mcp redis server for Cursor
io.github.daedalus/mcp-redis-server
MCP server that exposes Redis API to AI models
client:Cursor
transport:stdio
runtime:pypi
Install mcp redis server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-redis-server": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-redis-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs