MCP Operations

SkillMonitoring & ops

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.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the MCP Operations skill

What this skill tells your AI

The instructions your AI receives, as published by hoangsonww/claude-code-agent-monitor in .claude/skills/mcp-operations/SKILL.md and read by ahel’s review.

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 test:mcp
  • npm run mcp:build

Catalog invariant

  • Add tools only through mcp/src/tools/domains/ and registerAllTools.
  • Protocol transports and REPL must use the same declarations and schemas.
  • Update .agents/skills/mcp-maintainer/references/tool-domain-map.md when a domain changes.

References

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

Signals

GitHub stars
989
Forks
233
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
mcp-operations
Source
github.com/hoangsonww/claude-code-agent-monitor