Skip to content
Gemini CLI

veritasgraph for Gemini CLI

io.github.bibinprathap/veritasgraph

Zero-trust, air-gapped Enterprise GraphRAG MCP server with offline, citation-grounded answers.

client:Gemini CLI transport:stdio runtime:pypi

Install veritasgraph 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": {
    "veritasgraph": {
      "command": "uvx",
      "args": [
        "veritasgraph-mcp"
      ],
      "env": {
        "VERITASGRAPH_MODEL": "<VERITASGRAPH_MODEL>",
        "OLLAMA_HOST": "<OLLAMA_HOST>",
        "STUDIO_DATA_DIR": "<STUDIO_DATA_DIR>"
      }
    }
  }
}

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

veritasgraph in other clients