Skip to content
Zed

groundtruth for Zed

io.github.rm-rf-prod/groundtruth

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

client:Zed transport:stdio runtime:npm

Install groundtruth in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

groundtruth in other clients