Skip to content
Development
Skill

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

From plugin
claude-code-agent-monitor
1k75 skills21 agents33 commands1 MCP
Install
$ npx -y skills add hoangsonww/Claude-Code-Agent-Monitor --skill mcp-operations --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/mcp-operations

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

mcp-operations.SKILL.md
name: mcp-operations
description: 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.

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 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`
Ships withclaude-code-agent-monitor

🚀 A real-time monitoring dashboard for Claude Code & Codex, built with SQLite3, Node.js, Express, React, Vite, TailwindCSS, & WebSockets. It tracks sessions, agent activity, tool usage, and subagent orchestration, providing live analytics, a Kanban status board, status notifications, a cute buddy, & an interactive web UI/MacOS/Windows native app.

Get the whole plugin

Other skills on claude-code-agent-monitor.