mcpbeat

MCP Maintainer

hoangsonww/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.

This is a copy. The original lives at hoangsonww/mcp-maintainer.

427 tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
867
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor --skill mcp-maintainer

The instruction itself

4 sections, as written by the author

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 npm run mcp:typecheck and 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.md
  • references/operations-runbook.md

How to use it

Copy the folder

Take hoangsonww/claude-code-agent-monitor-mcp-maintainer from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.