Live docs MCP server. 445+ libraries, code audit, snippets, dispatch tool, telemetry.
claude mcp add groundtruth -- npx -y @groundtruth-mcp/gt-mcp
claude_desktop_config.json
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"groundtruth": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"groundtruth": {
"command": "npx",
"args": [
"-y",
"@groundtruth-mcp/gt-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.rm-rf-prod--groundtruth/reviews or the review_server meta-tool.
POST /mcp