MCP Server
MCP
io.github.bibinprathap/veritasgraph
Zero-trust, air-gapped Enterprise GraphRAG MCP server with offline, citation-grounded answers.
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
By
Comments
Sign in to leave a comment