MCPComp Diagnostics for Windsurf
dev.mcpcomp/diagnostics
Grade an MCP server's auth against the spec and diagnose which layer a failure is in.
client:Windsurf
transport:stdio
runtime:npm
Install MCPComp Diagnostics in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"diagnostics": {
"command": "npx",
"args": [
"-y",
"mcpcomp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs