Skip to content
Gemini CLI

Proofable MCP for Gemini CLI

io.github.proofable/mcp

Give AI agents identity, permissions, and reusable proof through one MCP.

client:Gemini CLI transport:streamable-http

Install Proofable MCP in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://mcp.proofable.me/mcp"
    }
  }
}

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

Proofable MCP in other clients