Redis
Freeby MCP Community
Redis plugin for MCP server
v0.2.10Added Apr 12, 2026
mcppluginredis
Redis MCP Server
Redis plugin for MCP server
Installation
Reviews
Installation
Quick install
npx -y @nam088/mcp-redis
Add to claude_desktop_config.json
{
"mcpServers": {
"redis": {
"command": "npx",
"args": ["-y", "@nam088/mcp-redis"]
}
}
}