Skip to content
Cursor

groundtruth for Cursor

io.github.rm-rf-prod/groundtruth

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

client:Cursor transport:stdio runtime:npm

Install groundtruth in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "groundtruth": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp"
      ],
      "env": {
        "GT_GITHUB_TOKEN": "<GT_GITHUB_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

groundtruth in other clients