MCP Server
MCP
SelfHeal MCP
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "selfheal-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to selfheal.config.json (optional, defaults to cwd)",
"name": "SELFHEAL_CONFIG"
},
{
"description": "Max retry attempts per call (default: 3)",
"name": "SELFHEAL_MAX_RETRIES"
},
{
"description": "Failures before circuit opens (default: 5)",
"name": "SELFHEAL_CIRCUIT_THRESHOLD"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment