Enables AI agents to autonomously check, diagnose, and recover Dockerized services through safe, tool-based ops without direct host shell access.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.TRIAGE_COMPOSE— /path/to/docker-compose.yaml # compose fileTRIAGE_SERVICE— app # the main container/service nameTRIAGE_PROCS— backend,worker # optional: in-container processes to watchTRIAGE_PROC_MGR— pm2 # "pm2" "none"TRIAGE_DB_PING— "docker exec app-db pg_isready" # optional: rc 0 = dependency healthyTRIAGE_PORT— python3 triage.py # serves an MCP over streamable-http onTRIAGE_LABEL— "My App" # friendly name used in messagesTRIAGE_RISKY_CMD— "" # optional: a guarded recovery (clear a queue, etc.)TRIAGE_RISKY_DESC— "clear the stuck job queue"[](https://m8ven.ai/mcp/fazalrshah-triage-1ccy8a)