Skip to content
Zed

veritasgraph for Zed

io.github.bibinprathap/veritasgraph

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

client:Zed transport:stdio runtime:pypi

Install veritasgraph in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "veritasgraph": {
      "command": "uvx",
      "args": [
        "veritasgraph-mcp"
      ],
      "env": {
        "VERITASGRAPH_MODEL": "<VERITASGRAPH_MODEL>",
        "OLLAMA_HOST": "<OLLAMA_HOST>",
        "STUDIO_DATA_DIR": "<STUDIO_DATA_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

veritasgraph in other clients