Skip to content
Zed

Rustpad MCP Server for Zed

io.github.ni-c/rustpad-mcp

MCP server for Rustpad, the self-hosted collaborative text editor

client:Zed transport:stdio runtime:npm

Install Rustpad MCP Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "rustpad-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rustpad-mcp"
      ],
      "env": {
        "RUSTPAD_URL": "<RUSTPAD_URL>",
        "RUSTPAD_READ_ONLY": "<RUSTPAD_READ_ONLY>",
        "RUSTPAD_INSECURE_TLS": "<RUSTPAD_INSECURE_TLS>",
        "RUSTPAD_ALLOW_TOOLS": "<RUSTPAD_ALLOW_TOOLS>",
        "RUSTPAD_DENY_TOOLS": "<RUSTPAD_DENY_TOOLS>"
      }
    }
  }
}

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

Rustpad MCP Server in other clients