mcpbeat

MCP Operations

hoangsonww/mcp-operations

Operate and maintain the local MCP server for this project. Use when creating MCP host config, troubleshooting tool connectivity, modifying tool domains, or adjusting safety policy flags.

477 tokens
context cost
the whole folder, loaded on every use
3
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-operations

The instruction itself

5 sections, as written by the author

MCP Operations

Use this skill whenever work touches mcp/ behavior or MCP host integration.

Core workflow

  • Confirm dashboard API is running (/api/health).
  • Confirm MCP server build status.
  • Validate env flags for mutation/destructive modes.
  • Verify host configuration path and command.

Safe operations policy

  • Default to read-only mode (MCP_DASHBOARD_ALLOW_MUTATIONS=false).
  • Enable mutations only for explicit admin tasks.
  • Enable destructive mode only transiently and require explicit confirmation token.

Required verification for code changes

  • npm run mcp:typecheck
  • npm run mcp:build

References

  • Host config examples: references/host-config.md
  • Operations runbook: references/runbook.md

How to use it

Copy the folder

Take hoangsonww/mcp-operations 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.