Skip to content
Cursor

rustypaste mcp for Cursor

io.github.rukh-debug/rustypaste-mcp

An MCP server that wraps the rustypaste API

client:Cursor transport:stdio runtime:npm

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

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

rustypaste mcp in other clients