Back to MCP Servers
🔌

redis/mcp-redis

MITAPI key required

🐍 🏠 - The Redis official MCP Server offers an interface to manage and search data in Redis.

PythonDatabases

Install

npx -y @modelcontextprotocol/inspector

Required environment variables

REDIS_SSL_KEYSet in your MCP config
REDIS_ENTRAID_CLIENT_SECRETSet in your MCP config
OPENAI_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "redis-mcp-redis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ],
      "env": {
        "REDIS_SSL_KEY": "<YOUR_REDIS_SSL_KEY>",
        "REDIS_ENTRAID_CLIENT_SECRET": "<YOUR_REDIS_ENTRAID_CLIENT_SECRET>",
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.