{
"mcpServers": {
"redis": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-redis", "redis://localhost:6379"]
}
}
}
Copy this configuration and paste it into your claude_desktop_config.json or Cursor settings.
Official reference server for Redis-backed workflows.
Security: Use ACL-limited users and restrict network access for production Redis instances.
Setup: Replace redis://localhost:6379 with your Redis endpoint.