Skip to content
Gemini CLI

site mcp for Gemini CLI

io.github.bounded-systems/site-mcp

Read-only MCP server over robertdelanghe.dev's Sigstore-verified static API (stdio).

client:Gemini CLI transport:stdio runtime:npm

Install site 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": {
    "site-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/site-mcp"
      ],
      "env": {
        "SITE_MCP_SIGNATURE_MODE": "<SITE_MCP_SIGNATURE_MODE>"
      }
    }
  }
}

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

site mcp in other clients