mcp-orphan-monitor MCP Server
41fred/mcp-orphan-monitor
Detect and kill orphaned MCP server processes that survive after AI coding tool sessions crash or close uncleanly. macOS LaunchAgent + optional menu bar app.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
41fred/mcp-orphan-monitor is a Shell MCP server licensed under MIT. Detect and kill orphaned MCP server processes that survive after AI coding tool sessions crash or close uncleanly. macOS LaunchAgent + optional menu bar app.
Ranked #20 out of 116 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mcp-orphan-monitor Detect and kill orphaned MCP server processes that survive after AI coding tool sessions crash or close uncleanly. If you use Claude Code, Cursor, or any MCP-based AI tool, you probably have zombie node processes running right now: ```bash ps aux | grep mcp-server | grep -v grep ``` ## The problem MCP (Model Context Protocol) servers run as child node processes — one per configured server, per session. When a session ends cleanly, they get killed. When it doesn't (crash, force-quit, closed terminal), they survive as orphans stuck in event loops with no parent. Each orphan pegs a CPU core at ~50% doing nothing useful. We found 11 orphaned `mcp-server-cloudflare` processes running simultaneously — 550% combined CPU, the oldest burning cycles for 48+ hours. This is a [known Claude Code issue](https://github.com/anthropics/claude-code/issues/1935) — open since June 2025, still unresolved. Users have reported it with Cloudflare, Todoist, Heroku, Azure DevOps, andRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.