← Index

io.github.rm-rf-prod/groundtruth

io.github.rm-rf-prod/groundtruth·v5.2.0·Documents & Spreadsheets
Quality Score
85
/100

Self-hosted MCP for live docs, code audits, and best practices. 363+ libraries, no rate limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "groundtruth": {
      "command": "npx",
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp"
      ],
      "env": {
        "GT_GITHUB_TOKEN": "<your-gt_github_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "groundtruth": {
      "command": "npx",
      "args": [
        "-y",
        "@groundtruth-mcp/gt-mcp"
      ],
      "env": {
        "GT_GITHUB_TOKEN": "<your-gt_github_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @groundtruth-mcp/gt-mcp
§02  Environment variables
GT_GITHUB_TOKEN
secret

GitHub API token for higher rate limits (raises from 60 to 5000 req/hr)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets