Lint and health-check any Model Context Protocol (MCP) server over stdio — handshake, tools/list, JSON Schema validation, latency, safe round-trips.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-probe": {
"command": "npx",
"args": [
"-y",
"itguruhaseeb/mcp-probe"
]
}
}
}
Run in terminal:
claude mcp add mcp-probe npx -y itguruhaseeb/mcp-probe
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-probe": {
"command": "npx",
"args": [
"-y",
"itguruhaseeb/mcp-probe"
]
}
}
}