Skip to content
Gemini CLI

vouch mcp for Gemini CLI

io.github.vouch-protocol/vouch-mcp

Sign and verify W3C Verifiable Credentials so AI agents can cryptographically authorize actions.

client:Gemini CLI transport:stdio runtime:pypi

Install vouch 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": {
    "vouch-mcp": {
      "command": "uvx",
      "args": [
        "vouch-mcp"
      ],
      "env": {
        "VOUCH_PRIVATE_KEY": "<VOUCH_PRIVATE_KEY>",
        "VOUCH_DID": "<VOUCH_DID>",
        "VOUCH_MCP_TRANSPORT": "<VOUCH_MCP_TRANSPORT>",
        "VOUCH_MCP_HOST": "<VOUCH_MCP_HOST>",
        "VOUCH_MCP_PORT": "<VOUCH_MCP_PORT>"
      }
    }
  }
}

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

vouch mcp in other clients