Skip to content
Gemini CLI

rustypaste mcp for Gemini CLI

io.github.rukh-debug/rustypaste-mcp

An MCP server that wraps the rustypaste API

client:Gemini CLI transport:stdio runtime:npm

Install rustypaste mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "rustypaste-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "env": {
        "RUSTYPASTE_URL": "<RUSTYPASTE_URL>",
        "RUSTYPASTE_AUTH_TOKEN": "<RUSTYPASTE_AUTH_TOKEN>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

rustypaste mcp in other clients