Skip to content
Cursor

veritasgraph for Cursor

io.github.bibinprathap/veritasgraph

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

client:Cursor transport:stdio runtime:pypi

Install veritasgraph in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

veritasgraph in other clients