Skip to content
Zed

MCP Stdio for Zed

io.github.shigechika/mcp-stdio

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

client:Zed transport:stdio runtime:pypi

Install MCP Stdio in Zed

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

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

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

MCP Stdio in other clients