★ 0 stars
TypeScript
⚙️ DevOps
Updated 2d ago
Lighthouse for MCP servers — CLI diagnostic and profiling tool that runs 8 checks against any MCP endpoint and produces a letter-graded report card with latency profiling, concurrency stress testing, schema validation, and CI/CD integration.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-doctor": {
"command": "npx",
"args": [
"-y",
"reaatech/mcp-server-doctor"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-doctor npx -y reaatech/mcp-server-doctor
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-doctor": {
"command": "npx",
"args": [
"-y",
"reaatech/mcp-server-doctor"
]
}
}
}
📋 Copy
Topics
ai-agents cicd cli developer-tools devops diagnostics health-check json-rpc latency load-testing mcp mcp-tools model-context-protocol nodejs npm-package