Skip to content
Zed

Redis MCP Server for Zed

io.github.yawlabs/redis-mcp

Read-first Redis MCP: SCAN key explorer, keyspace/TTL/memory/slowlog stats, DBA advisor

client:Zed transport:stdio runtime:npm

Install Redis MCP Server in Zed

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

{
  "context_servers": {
    "redis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@yawlabs/redis-mcp"
      ]
    }
  }
}

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

Redis MCP Server in other clients