find_zombies
Identify abandoned dev servers by flagging processes with uptime over 6 hours, CPU under 1%, and memory over 100MB. Returns candidates with matching reasons.
Instructions
Read-only. Flags dev servers that look abandoned — all three of: uptime > 6h AND CPU < 1% AND memory > 100MB. By default it excludes known always-on noise (VS Code server, language servers, other MCP servers, postgres/redis, sidekiq, etc.); set include_excluded: true to also list those. Each candidate comes with the reasons it matched. This tool never kills anything — pass results to kill_server. Returns { count, candidates[] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_excluded | No | Also include IDE/LSP/agent/DB processes that match the heuristic but are normally filtered out. Default false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| candidates | No |