Catalog
Groundtruth
Officialby rm-rf-prod · TypeScript
Live docs MCP server. 445+ libraries, code audit, snippets, dispatch tool, telemetry.
Live documentation server for 445+ libraries with code audit, snippets and telemetry.
Topics
best-practicesclaude-codecursordocumentationllms-txtmcpmodel-context-protocolcontext7-alternativeclaudeai-toolscode-auditdeveloper-toolsdevtoolsmcp-serverai-codingcode-reviewnpm-packageowasptypescriptvscode
README not available yet.
Install
Configuration
Environment variables
GT_GITHUB_TOKENsecretGitHub API token for higher rate limits (raises from 60 to 5000 req/hr)
claude_desktop_config.json
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp@7.1.0"
],
"env": {
"GT_GITHUB_TOKEN": "<YOUR_GT_GITHUB_TOKEN>"
}
}
}
}