Claude Skill

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.

LLM Mart · 0 points · 10 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download hoangsonww-claude-code-agent-monitor-.agents_skills_mcp-maintainer-83d4df5.zip · 1 KB
Part of hoangsonww/claude-code-agent-monitor — 86 skills

Install

skills CLI npx skills add https://github.com/hoangsonww/Claude-Code-Agent-Monitor/tree/master/.agents/skills/mcp-maintainer
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install hoangsonww-claude-code-agent-monitor@llmmart
Git git clone https://github.com/hoangsonww/Claude-Code-Agent-Monitor.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole hoangsonww/claude-code-agent-monitor collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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
Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 221 B
      interface:
        display_name: "MCP Maintainer"
        short_description: "Maintain MCP tools, policy gates, and host integration."
        default_prompt: "Use mcp-maintainer to update MCP tooling safely and verify runtime integrity."
      
  • references
    • operations-runbook.md 407 B
      # MCP Operations Runbook
      
      ## Modes
      - Read-only:
        - `MCP_DASHBOARD_ALLOW_MUTATIONS=false`
        - `MCP_DASHBOARD_ALLOW_DESTRUCTIVE=false`
      - Admin:
        - Set mutations true for controlled maintenance operations.
      - Destructive:
        - Set both true and require `confirmation_token = CLEAR_ALL_DATA`.
      
      ## Verification
      - `npm run mcp:typecheck`
      - `npm run test:mcp`
      - `npm run mcp:build`
      - `npm run extensions:validate`
      
    • tool-domain-map.md 1.2 KB
      # MCP Tool Domain Map
      
      - `observability-tools.ts`: health, scoped stats/analytics, export, snapshots, Prometheus.
      - `session-tools.ts`: scoped session list/get/create/update.
      - `session-detail-tools.ts`: facets, stats, transcripts, transcript images, event facets.
      - `agent-tools.ts`: scoped agent list/get/create/update.
      - `event-tools.ts`: complete event filtering and hook ingestion.
      - `pricing-tools.ts`: Claude and GPT/Codex pricing CRUD plus scoped cost.
      - `workflow-tools.ts`: aggregate/session workflow data and Workflow-tool runs.
      - `alert-tools.ts`: fired alerts, acknowledgments, and alert-rule CRUD.
      - `webhook-tools.ts`: provider discovery, target CRUD, tests, and delivery history.
      - `import-tools.ts`: provider guides, rescan, path scan, multipart upload, export restore.
      - `config-tools.ts`: Claude and Codex discovery plus backup-backed allowlisted edits.
      - `run-tools.ts`: Run Agent discovery, launch, follow-up, inspection, and stop.
      - `remote-tools.ts`: remote source CRUD, probe, sync, and confirmed purge.
      - `settings-tools.ts`: updates, Claude/Codex homes, and hook installation.
      - `push-tools.ts`: push key, subscription lifecycle, and external notification send.
      - `maintenance-tools.ts`: cleanup, reimport, reinstall hooks, destructive clear.
      
  • SKILL.md 738 B
    ---
    name: mcp-maintainer
    description: Operate and maintain the local MCP server for this repository. Use for MCP tool updates, policy-guard changes, host configuration, and MCP runtime troubleshooting.
    ---
    
    # 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`
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related