Skip to content
Gemini CLI

Vivory Verification Gateway for Gemini CLI

io.github.jayjodev/vivory-mcp-verification

98 MCP tools for verifiable AI: citations, law, KYB, peer review, forecast, media provenance.

client:Gemini CLI transport:stdio runtime:pypi

Install Vivory Verification Gateway 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": {
    "vivory-mcp-verification": {
      "command": "uvx",
      "args": [
        "vivory-mcp-verification"
      ],
      "env": {
        "VIVORY_API_KEY": "<VIVORY_API_KEY>",
        "VIVORY_API_BASE": "<VIVORY_API_BASE>"
      }
    }
  }
}

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

Vivory Verification Gateway in other clients