Home › Development › GroundTruth-MCP

GroundTruth-MCP

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

TypeScript Local macOSWindowsLinux
★ 6 stars Last pushed 2026-08-05 License: NOASSERTION

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 7.5.0)

npx -y @groundtruth-mcp/gt-mcp@7.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "groundtruth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp@7.5.0"
      ],
      "env": {
        "GT_GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GT_GITHUB_TOKEN secret — GitHub API token for higher rate limits (raises from 60 to 5000 req/hr)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry