Skip to content
Claude Desktop

veritasgraph for Claude Desktop

io.github.bibinprathap/veritasgraph

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

client:Claude Desktop transport:stdio runtime:pypi

Install veritasgraph in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

veritasgraph in other clients