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
{
"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