SelfHeal MCP
Rank #54,267io.github.carsonroell-debug/selfheal-mcp
Self-healing proxy for MCP servers with retry, circuit breaker, and observability
SelfHeal MCP is a Model Context Protocol (MCP) server published by carsonroell-debug. It ranks #54,267 of 115,591 servers tracked on MCP Toplist. SelfHeal MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 6, 2026.
Ranks ahead of 61,324 of 115,591 servers on MCP Toplist.
Use SelfHeal MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add selfheal-mcp -e "SELFHEAL_CONFIG=<your SELFHEAL_CONFIG>" -e "SELFHEAL_MAX_RETRIES=<your SELFHEAL_MAX_RETRIES>" -e "SELFHEAL_CIRCUIT_THRESHOLD=<your SELFHEAL_CIRCUIT_THRESHOLD>" -- npx -y selfheal-mcpReplace each placeholder with your own value before saving.
[mcp_servers.selfheal-mcp]
command = "npx"
args = ["-y", "selfheal-mcp"]
[mcp_servers.selfheal-mcp.env]
SELFHEAL_CONFIG = "<your SELFHEAL_CONFIG>"
SELFHEAL_MAX_RETRIES = "<your SELFHEAL_MAX_RETRIES>"
SELFHEAL_CIRCUIT_THRESHOLD = "<your SELFHEAL_CIRCUIT_THRESHOLD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selfheal-mcp": {
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<your SELFHEAL_CONFIG>",
"SELFHEAL_MAX_RETRIES": "<your SELFHEAL_MAX_RETRIES>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<your SELFHEAL_CIRCUIT_THRESHOLD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selfheal-mcp": {
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<your SELFHEAL_CONFIG>",
"SELFHEAL_MAX_RETRIES": "<your SELFHEAL_MAX_RETRIES>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<your SELFHEAL_CIRCUIT_THRESHOLD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"selfheal-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<your SELFHEAL_CONFIG>",
"SELFHEAL_MAX_RETRIES": "<your SELFHEAL_MAX_RETRIES>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<your SELFHEAL_CIRCUIT_THRESHOLD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selfheal-mcp": {
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<your SELFHEAL_CONFIG>",
"SELFHEAL_MAX_RETRIES": "<your SELFHEAL_MAX_RETRIES>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<your SELFHEAL_CIRCUIT_THRESHOLD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"selfheal-mcp": {
"command": "npx",
"args": [
"-y",
"selfheal-mcp"
],
"env": {
"SELFHEAL_CONFIG": "<your SELFHEAL_CONFIG>",
"SELFHEAL_MAX_RETRIES": "<your SELFHEAL_MAX_RETRIES>",
"SELFHEAL_CIRCUIT_THRESHOLD": "<your SELFHEAL_CIRCUIT_THRESHOLD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.carsonroell-debug%2Fselfheal-mcp)<a href="https://mcptoplist.com/server/io.github.carsonroell-debug%2Fselfheal-mcp"><img src="https://mcptoplist.com/badge/io.github.carsonroell-debug%2Fselfheal-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
carsonroell-debug
Other servers by carsonroell-debug
View all carsonroell-debug servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Apr 6, 2026 |
Frequently asked questions
- Who maintains SelfHeal MCP?
- SelfHeal MCP is maintained by carsonroell-debug, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is SelfHeal MCP listed on the Official MCP Registry?
- Yes — SelfHeal MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does SelfHeal MCP have?
- MCP Toplist tracks 1 version of SelfHeal MCP, most recently published on Apr 6, 2026.
- Where can I find the source code for SelfHeal MCP?
- The source code for SelfHeal MCP is hosted at github.com/carsonroell-debug/selfheal-mcp.