← Back to Plugins
MCP Server MCP

io.github.bibinprathap/veritasgraph

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx veritasgraph-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "veritasgraph-mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Default local Ollama model for ingest/query (e.g. qwen3:latest).",
          "default": "qwen3:latest",
          "name": "VERITASGRAPH_MODEL"
        },
        {
          "description": "Local Ollama endpoint.",
          "default": "127.0.0.1:11434",
          "name": "OLLAMA_HOST"
        },
        {
          "description": "Directory where the knowledge-graph snapshot is persisted.",
          "name": "STUDIO_DATA_DIR"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...