Redis
Freeby MCP Community
Redis MCP server providing tools and resources for interacting with Redis databases through the Model Context Protocol
v0.0.4Added Apr 12, 2026
mcpredisdatabasecli
Redis MCP Server
Redis MCP server providing tools and resources for interacting with Redis databases through the Model Context Protocol
Installation
Reviews
Installation
Quick install
npx -y redis-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"redis": {
"command": "npx",
"args": ["-y", "redis-mcp"]
}
}
}