Skip to content
Windsurf

Redis MCP Server for Windsurf

io.github.redis/mcp-redis

Natural language interface designed for agentic applications to manage and search data in Redis.

client:Windsurf transport:stdio runtime:pypi

Install Redis MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "mcp-redis": {
      "command": "uvx",
      "args": [
        "redis-mcp-server"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Redis MCP Server in other clients