Semantic health checks for MCP servers — catch silent failures, handshake errors, and schema drift before your agents do.
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-check": {
"command": "npx",
"args": [
"-y",
"sv-LayZ/mcp-check"
]
}
}
}
Run in terminal:
claude mcp add mcp-check npx -y sv-LayZ/mcp-check
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-check": {
"command": "npx",
"args": [
"-y",
"sv-LayZ/mcp-check"
]
}
}
}