databases
Mcp Redis
The Redis official MCP Server offers an interface to manage and search data in Redis.
python
local
databases
Installation
npx -y redis/mcp-redisConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-redis",
"command": "npx",
"args": [
"-y",
"redis/mcp-redis"
]
}About This MCP Server
redis/mcp-redis
The Redis official MCP Server offers an interface to manage and search data in Redis.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub