Redis MCP Server for Cursor
io.github.redis/mcp-redis
Natural language interface designed for agentic applications to manage and search data in Redis.
client:Cursor
transport:stdio
runtime:pypi
Install Redis MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-redis": {
"type": "stdio",
"command": "uvx",
"args": [
"redis-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs