Skip to content
Gemini CLI

mossgate mcp for Gemini CLI

dev.mossgate/mossgate-mcp

mcp stdio server exposing mossgate trust and rue render apis with x402 usdc payment

client:Gemini CLI transport:stdio runtime:npm

Install mossgate 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": {
    "mossgate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mossgate-mcp"
      ],
      "env": {
        "MOSSGATE_BUYER_PK": "<MOSSGATE_BUYER_PK>"
      }
    }
  }
}

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

mossgate mcp in other clients