mcpbeat Sign in

Groundtruth MCP Server

by rm-rf-prod Your server? Claim it
local only

Groundtruth runs on your own machine — the client starts it, so there is no endpoint to ping. 155 installs a week from npm. Last commit 5 Aug 2026.

Live docs MCP server. 598+ libraries, evidence-verified answers, code audit, snippets, dispatch.

Installs per day peak 80 · avg 28 · -15% w/w
a month agotoday
155
Installs / week
npm · @groundtruth-mcp/gt-mcp
6
Stars
0 open issues
5 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 18 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.

Runs a command on install [пакет] package.json:1
postinstall: node postinstall.mjs
Sends data to a third-party sink src/constants.ts:80
  /!\[.*?\]\(https?:\/\/[^)]*(?:exfil|steal|leak|callback|webhook|requestbin|hookbin|burp|interact\.sh|oast\.(?:me|site|fun|live|pro)|canarytokens|pipedream\.net|ngrok(?:\.io|-free\.app)|webhook\.site|beeceptor)[^)]*\)/gi,

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 groundtruth -- npx -y @groundtruth-mcp/gt-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "groundtruth": {
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.groundtruth]
command = "npx"
args = ["-y", "@groundtruth-mcp/gt-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "groundtruth": {
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "groundtruth": {
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GT_GITHUB_TOKEN (GitHub API token for higher rate limits (raises from 60 to 5000 req/hr)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Groundtruth

same job, measured the same way
Vaspera Pm
by rcolkitt

Verify docs against code, detect drift, and generate verified specs (MCP server).

104 installs/wk local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

2 213 installs/wk local only
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only
Mcpwatch
by lazymac2x

Audit MCP servers from inside Claude Code. 10 OWASP checks, A-F grade, live leaderboard.

30 installs/wk local only
Vonage Documentation MCP
by vonage

MCP server for Vonage API documentation, code snippets, tutorials, and troubleshooting.

7 tools answering
Cuba Memorys
by leandropg19

Persistent memory MCP server. 28 tools, BM25+MMR+OOD retrieval, tamper-evident audit, code graph.

local only
Erbina
by noahhyden

Bootstrap, verify, and update CLI tools & MCP servers in Claude Code from recipes; audit scopes.

local only
MCP Hook Conformance
by studiomeyer

Audits MCP servers for Claude Code mcp_tool hook readiness: idempotency, latency, side-effects.

45 installs/wk local only

Groundtruth — questions

Answers built from our own checks of this server.

Why is there no uptime for Groundtruth?
Groundtruth 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 npm package @groundtruth-mcp/gt-mcp was installed 155 times last week.
How do I connect Groundtruth?
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 @groundtruth-mcp/gt-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Groundtruth?
The npm package @groundtruth-mcp/gt-mcp was installed 155 times in the last week. Week over week that is -15%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Groundtruth open source?
We cannot say either way: written in TypeScript and 6 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.