Install veritasgraph-mcp from PyPI
Install exact version 0.1.2. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'veritasgraph-mcp==0.1.2'Zero-trust, air-gapped Enterprise GraphRAG MCP server. Build knowledge graphs from local documents and run multi-hop, citation-grounded queries entirely offline with Ollama
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
Install exact version 0.1.2. The executable name has not been verified, so it is intentionally not guessed.
python -m pip install 'veritasgraph-mcp==0.1.2'| Canonical slug | veritasgraph-50fe34c7 | Deployment | Hybrid |
|---|---|---|---|
| Canonical package | pypi:veritasgraph-mcp | Repository | bibinprathap/VeritasGraph |
| First published | Jul 5, 2026 | Latest release | Jul 5, 2026 |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| pypi | veritasgraph-mcp | 0.1.2 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| pypiveritasgraph-mcp | 0.1.2Current | Jul 5, 2026 | 5 toolsPartial · 2 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
veritasgraph_clear_graphClear the entire knowledge graph (destructive; removes all data).Input schema{
"type": "object",
"properties": {}
} | — | — | |
veritasgraph_get_graphReturn the full knowledge graph: all nodes, edges, and stats.Input schema{
"type": "object",
"properties": {}
} | — | — | |
veritasgraph_ingest_documentIngest a document into the VeritasGraph knowledge graph. Chunks the text, extracts entities and relationships with a local model, and records the source chunk behind every node/edge for verifiable attribution.Input schema{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Full document text to ingest."
},
"title": {
"type": "string",
"description": "Human-readable document title."
},
"model": {
"type": "string",
"description": "Local Ollama model to use (defaults to $VERITASGRAPH_MODEL)."
}
},
"required": [
"text"
]
} | — | — | |
veritasgraph_queryAsk a question and get a graph-grounded, multi-hop answer with verifiable [doc#chunk] citations and the reasoning path used.Input schema{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "Natural-language question."
},
"model": {
"type": "string",
"description": "Local Ollama model to use (defaults to $VERITASGRAPH_MODEL)."
},
"max_depth": {
"type": "integer",
"description": "Max graph hops (default 2)."
},
"max_nodes": {
"type": "integer",
"description": "Max subgraph nodes (default 25)."
}
},
"required": [
"question"
]
} | — | — | |
veritasgraph_search_entitiesRetrieve the subgraph most relevant to a query (entities, relationships, seeds) without invoking the LLM. Fast graph lookup.Input schema{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query / topic."
},
"max_depth": {
"type": "integer",
"description": "Max graph hops (default 2)."
},
"max_nodes": {
"type": "integer",
"description": "Max subgraph nodes (default 25)."
}
},
"required": [
"query"
]
} | — | — |
veritasgraph://graphLive snapshot of the local knowledge graph (nodes, edges, stats).
veritasgraph://statsCounts of entities, relationships, and source chunks.
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
Install the selected package version with: python -m pip install 'veritasgraph-mcp==0.1.2'
VeritasGraph MCP Server exposed 5 tools during independent protocol observation, including veritasgraph_clear_graph, veritasgraph_get_graph, veritasgraph_ingest_document, veritasgraph_query, veritasgraph_search_entities.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Curated product and capability guides containing this catalog record.