Skip to content
Cursor

Rustpad MCP Server for Cursor

io.github.ni-c/rustpad-mcp

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

client:Cursor transport:stdio runtime:npm

Install Rustpad MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "rustpad-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Rustpad MCP Server in other clients