MCP Server
SkillMonitoring & opsConfigure, 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.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the MCP Server skill
What this skill tells your AI
The instructions your AI receives, as published by hoangsonww/claude-code-agent-monitor in plugins/ccam-platform/skills/mcp-server/SKILL.md and read by ahel’s review.
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=trueand the exact tool argumentconfirmation_token = "CLEAR_ALL_DATA".CLEAR_ALL_DATAis not an environment variable. - Set
MCP_DASHBOARD_API_TOKENwhen the dashboard usesDASHBOARD_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.
Signals
- GitHub stars
- 989
- Forks
- 233
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
mcp-server-hoangsonww- Source
- github.com/hoangsonww/claude-code-agent-monitor