Skip to content
Zed

Redis MCP Server for Zed

io.github.redis/mcp-redis

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

client:Zed transport:stdio runtime:pypi

Install Redis MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Redis MCP Server in other clients