MCPComp Diagnostics for Grok
dev.mcpcomp/diagnostics
Grade an MCP server's auth against the spec and diagnose which layer a failure is in.
client:Grok
transport:stdio
runtime:npm
Install MCPComp Diagnostics in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"diagnostics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcpcomp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs