Skip to content
Zed

rustypaste mcp for Zed

io.github.rukh-debug/rustypaste-mcp

An MCP server that wraps the rustypaste API

client:Zed transport:stdio runtime:npm

Install rustypaste mcp 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": {
    "rustypaste-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "env": {
        "RUSTYPASTE_URL": "<RUSTYPASTE_URL>",
        "RUSTYPASTE_AUTH_TOKEN": "<RUSTYPASTE_AUTH_TOKEN>"
      }
    }
  }
}

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

rustypaste mcp in other clients