Claude-Code-Agent-Monitor mcp-maintainer
Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.
install
source · Clone the upstream repo
git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/hoangsonww/Claude-Code-Agent-Monitor "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/mcp-maintainer" ~/.claude/skills/hoangsonww-claude-code-agent-monitor-mcp-maintainer && rm -rf "$T"
manifest:
.agents/skills/mcp-maintainer/SKILL.mdsource content
MCP Maintainer Skill
Workflow
- Confirm dashboard API availability (
)./api/health - Inspect affected MCP domain modules under
.mcp/src/tools/domains/ - Preserve safety gates in
.mcp/src/policy/tool-guards.ts - Validate with
andnpm run mcp:typecheck
.npm run mcp:build
Safety rules
- Keep loopback-only target checks enabled.
- Keep mutating and destructive tools behind explicit flags.
- Do not log protocol data to stdout.
References
references/tool-domain-map.mdreferences/operations-runbook.md