mcpbeat Sign in

Veritasgraph MCP Server

by bibinprathap Your server? Claim it
local only

Veritasgraph runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 18 Sep 2026.

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

Installs per day peak 23 · avg 11 · -28% w/w
a month agotoday
53
Installs / week
pypi · veritasgraph-mcp
323
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add veritasgraph -- uvx veritasgraph-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "veritasgraph": {
      "args": [
        "veritasgraph-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.veritasgraph]
command = "uvx"
args = ["veritasgraph-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "veritasgraph": {
      "args": [
        "veritasgraph-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "veritasgraph": {
      "args": [
        "veritasgraph-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VERITASGRAPH_MODEL (Default local Ollama model for ingest/query (e.g. qwen3:latest).), OLLAMA_HOST (Local Ollama endpoint.), STUDIO_DATA_DIR (Directory where the knowledge-graph snapshot is persisted.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Veritasgraph

same job, measured the same way
Btp Sap Odata To MCP Server Optimized
by raistlin82

Enterprise SAP OData to MCP Server with AI capabilities and Cloud Foundry integration

21 installs/wk local only
Grounded Support Agent
by ankit512

Governed support MCP: answers only KB-grounded questions with citations, escalates the rest.

70 installs/wk local only
ScrapeNest
by scrapenest

Web search, scraping, RAG answers with citations, and translation as MCP tools.

answering
I
Olostep MCP Server
by olostep

Search, scrape, and crawl the web for AI agents. Batch scraping and answers with citations.

71 installs/wk local only
AndroJack MCP
by vikas9793

Android engineering MCP server with verified documentation grounding and AI validation tools.

68 installs/wk local only
Mysql MCP
by neverinfamous

Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment

local only
MIAPI — Grounded Web Answers
by miapi

Web search and AI answers with real source citations and a confidence score.

257 installs/wk local only
Godot MCP
by tomyud1

MCP server for Godot game engine integration — control the Godot editor with AI

462 installs/wk local only

Veritasgraph — questions

Answers built from our own checks of this server.

Why is there no uptime for Veritasgraph?
Veritasgraph runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package veritasgraph-mcp was installed 53 times last week.
How do I connect Veritasgraph?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls veritasgraph-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Veritasgraph?
The pypi package veritasgraph-mcp was installed 53 times in the last week. Week over week that is -28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Veritasgraph open source?
We cannot say either way: written in Python and 323 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.