RadarDatabases
Redis
Databases · MCP Server
About Redis
Connects an assistant to Redis for key-value and cache operations, so it can inspect or update state during a task.
Read and write a Redis store from the assistant.
CategoryDatabases
TypeMCP Server
SourceCommunity
WebsiteInstalling Redis
Runs on demand via npx. Nothing to install globally.
The upstream reference server is archived. It still installs and runs, but is no longer maintained. Note the npm package `mcp-server-redis` is an unrelated squatted name, use the scoped package above.
Claude Code
claude mcp add redis -- npx -y @modelcontextprotocol/server-redis
Claude Desktop · Cursor · VS Code · Windsurf
{
"mcpServers": {
"redis": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-redis"
]
}
}
}Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.
Similar tools
Find more on the Radar
Browse every tool, model, and MCP server in one place.