GongRzhe/REDIS-MCP-Server
A Redis MCP server (pushed to https://github.com/modelcontextprotocol/servers/tree/main/src/redis) implementation for interacting with Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Platform-specific configuration:
{
"mcpServers": {
"REDIS-MCP-Server": {
"command": "npx",
"args": [
"-y",
"REDIS-MCP-Server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...