[ MCP_NODE_3773 ]

redis

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Official Redis MCP Server providing natural language interface for Redis databases. Query, manage, and interact with Redis data through Claude.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "redis-en": {
            "description": "Official Redis MCP Server providing natural language interface for Redis databases. Query, manage, and interact with Redis data through Claude.",
            "command": "uvx",
            "args": [
                "--from",
                "redis-mcp-server@latest",
                "redis-mcp-server"
            ],
            "env": {
                "REDIS_URL": "<your-redis-url>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.