SelfHeal MCP
Quality Score
90
/100
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"selfheal-mcp": {
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<selfheal_config>",
"SELFHEAL_MAX_RETRIES": "<selfheal_max_retries>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<selfheal_circuit_threshold>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"selfheal-mcp": {
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<selfheal_config>",
"SELFHEAL_MAX_RETRIES": "<selfheal_max_retries>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<selfheal_circuit_threshold>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y selfheal-mcp§02 Environment variables
SELFHEAL_CONFIGPath to selfheal.config.json (optional, defaults to cwd)
SELFHEAL_MAX_RETRIESMax retry attempts per call (default: 3)
SELFHEAL_CIRCUIT_THRESHOLDFailures before circuit opens (default: 5)
§03 MCP Quality Score · methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.