VeritasGraph
Rank #1,780io.github.bibinprathap/veritasgraph
Zero-trust, air-gapped Enterprise GraphRAG MCP server with offline, citation-grounded answers.
VeritasGraph is a Model Context Protocol (MCP) server published by bibinprathap. It ranks #1,780 of 115,460 servers tracked on MCP Toplist, and its repository has 313 GitHub stars. VeritasGraph is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jul 4, 2026 and most recently updated on Jul 4, 2026.
Ranks ahead of 113,680 of 115,460 servers on MCP Toplist.
Use VeritasGraph
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add veritasgraph -e "VERITASGRAPH_MODEL=<your VERITASGRAPH_MODEL>" -e "OLLAMA_HOST=<your OLLAMA_HOST>" -e "STUDIO_DATA_DIR=<your STUDIO_DATA_DIR>" -- uvx veritasgraph-mcpReplace each placeholder with your own value before saving.
[mcp_servers.veritasgraph]
command = "uvx"
args = ["veritasgraph-mcp"]
[mcp_servers.veritasgraph.env]
VERITASGRAPH_MODEL = "<your VERITASGRAPH_MODEL>"
OLLAMA_HOST = "<your OLLAMA_HOST>"
STUDIO_DATA_DIR = "<your STUDIO_DATA_DIR>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veritasgraph": {
"command": "uvx",
"args": [
"veritasgraph-mcp"
],
"env": {
"VERITASGRAPH_MODEL": "<your VERITASGRAPH_MODEL>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"STUDIO_DATA_DIR": "<your STUDIO_DATA_DIR>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veritasgraph": {
"command": "uvx",
"args": [
"veritasgraph-mcp"
],
"env": {
"VERITASGRAPH_MODEL": "<your VERITASGRAPH_MODEL>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"STUDIO_DATA_DIR": "<your STUDIO_DATA_DIR>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"veritasgraph": {
"type": "stdio",
"command": "uvx",
"args": [
"veritasgraph-mcp"
],
"env": {
"VERITASGRAPH_MODEL": "<your VERITASGRAPH_MODEL>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"STUDIO_DATA_DIR": "<your STUDIO_DATA_DIR>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veritasgraph": {
"command": "uvx",
"args": [
"veritasgraph-mcp"
],
"env": {
"VERITASGRAPH_MODEL": "<your VERITASGRAPH_MODEL>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"STUDIO_DATA_DIR": "<your STUDIO_DATA_DIR>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"veritasgraph": {
"command": "uvx",
"args": [
"veritasgraph-mcp"
],
"env": {
"VERITASGRAPH_MODEL": "<your VERITASGRAPH_MODEL>",
"OLLAMA_HOST": "<your OLLAMA_HOST>",
"STUDIO_DATA_DIR": "<your STUDIO_DATA_DIR>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bibinprathap%2Fveritasgraph)<a href="https://mcptoplist.com/server/io.github.bibinprathap%2Fveritasgraph"><img src="https://mcptoplist.com/badge/io.github.bibinprathap%2Fveritasgraph.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bibinprathap
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 4, 2026 |
Frequently asked questions
- Who maintains VeritasGraph?
- VeritasGraph is maintained by bibinprathap, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is VeritasGraph listed on the Official MCP Registry?
- Yes — VeritasGraph is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does VeritasGraph have?
- MCP Toplist tracks 1 version of VeritasGraph, most recently published on Jul 4, 2026.
- Where can I find the source code for VeritasGraph?
- The source code for VeritasGraph is hosted at github.com/bibinprathap/veritasgraph.