Skip to content
Windsurf

Rustpad MCP Server for Windsurf

io.github.ni-c/rustpad-mcp

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

client:Windsurf transport:stdio runtime:npm

Install Rustpad MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Rustpad MCP Server in other clients