← Back to Plugins
MCP Server MCP

io.github.rm-rf-prod/groundtruth

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @groundtruth-mcp/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@groundtruth-mcp/gt-mcp",
      "version": "7.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub API token for higher rate limits (raises from 60 to 5000 req/hr)",
          "format": "string",
          "isSecret": true,
          "name": "GT_GITHUB_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...