MCPComp Diagnostics for Zed
dev.mcpcomp/diagnostics
Grade an MCP server's auth against the spec and diagnose which layer a failure is in.
client:Zed
transport:stdio
runtime:npm
Install MCPComp Diagnostics in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"diagnostics": {
"command": "npx",
"args": [
"-y",
"mcpcomp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs