← Index

io.github.rukh-debug/rustypaste-mcp

io.github.rukh-debug/rustypaste-mcp·v1.0.3·Other
Quality Score
78
/100

An MCP server that wraps the rustypaste API

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "rustypaste-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "env": {
        "RUSTYPASTE_URL": "<rustypaste_url>",
        "RUSTYPASTE_AUTH_TOKEN": "<your-rustypaste_auth_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "rustypaste-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "env": {
        "RUSTYPASTE_URL": "<rustypaste_url>",
        "RUSTYPASTE_AUTH_TOKEN": "<your-rustypaste_auth_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @rukh-pub/rustypaste-mcp
§02  Environment variables
RUSTYPASTE_URL
required

The URL of the rustypaste server

RUSTYPASTE_AUTH_TOKEN
requiredsecret

The authentication token for the rustypaste server

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other