Claude Skill

mcp-server

Configure, launch, validate, and troubleshoot CCAM's comprehensive MCP server for Claude Code, Codex, and other MCP hosts. Use when installing dependencies, building the server, selecting stdio, HTTP, or REPL transport, setting mutation/destructive policy, supplying dashboard aut

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-plugins_ccam-platform_skills_mcp-server-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/plugins/ccam-platform/skills/mcp-server
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 Server

Build

npm run mcp:install
npm run mcp:typecheck
npm run mcp:build

Normal npm run setup performs install and build automatically.

Launch

ccam mcp stdio
ccam mcp http
ccam mcp repl

Policy

  • Reads are enabled by default.
  • Writes require MCP_DASHBOARD_ALLOW_MUTATIONS=true.
  • Full data clearing additionally requires MCP_DASHBOARD_ALLOW_DESTRUCTIVE=true and the exact tool argument confirmation_token = "CLEAR_ALL_DATA". CLEAR_ALL_DATA is not an environment variable.
  • Set MCP_DASHBOARD_API_TOKEN when the dashboard uses DASHBOARD_TOKEN.
  • The target URL remains restricted to loopback and approved container-host names.

Validate with npm run test:mcp. Protocol and REPL transports must expose the same catalog because both use the canonical domain registration path.

Files (claude-code-agent-monitor)
  • agents
    • openai.yaml 254 B
      interface:
        display_name: "Mcp Server"
        short_description: "Configure, launch, validate, and troubleshoot CCAM's..."
        default_prompt: "Use $mcp-server to inspect CCAM data and complete this workflow safely."
      policy:
        allow_implicit_invocation: false
      
  • SKILL.md 1.2 KB
    ---
    name: mcp-server
    description: >
      Configure, launch, validate, and troubleshoot CCAM's comprehensive MCP server
      for Claude Code, Codex, and other MCP hosts. Use when installing dependencies,
      building the server, selecting stdio, HTTP, or REPL transport, setting
      mutation/destructive policy, supplying dashboard authentication, or checking
      complete tool registration.
    ---
    
    # MCP Server
    
    ## Build
    
    ```bash
    npm run mcp:install
    npm run mcp:typecheck
    npm run mcp:build
    ```
    
    Normal `npm run setup` performs install and build automatically.
    
    ## Launch
    
    ```bash
    ccam mcp stdio
    ccam mcp http
    ccam mcp repl
    ```
    
    ## Policy
    
    - Reads are enabled by default.
    - Writes require `MCP_DASHBOARD_ALLOW_MUTATIONS=true`.
    - Full data clearing additionally requires
      `MCP_DASHBOARD_ALLOW_DESTRUCTIVE=true` and the exact tool argument
      `confirmation_token = "CLEAR_ALL_DATA"`. `CLEAR_ALL_DATA` is not an
      environment variable.
    - Set `MCP_DASHBOARD_API_TOKEN` when the dashboard uses `DASHBOARD_TOKEN`.
    - The target URL remains restricted to loopback and approved container-host
      names.
    
    Validate with `npm run test:mcp`. Protocol and REPL transports must expose the
    same catalog because both use the canonical domain registration path.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related