Skip to content
Zed

Relay for Zed

io.github.mhcoen/mcp-relay

MCP relay server for Claude Desktop <-> Claude Code communication

client:Zed transport:stdio runtime:pypi

Install Relay in Zed

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

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

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

Relay in other clients