mcpbeat Sign in

CHAP Coordinator MCP Server

by brightbeamai Your server? Claim it
local only

CHAP Coordinator runs on your own machine — the client starts it, so there is no endpoint to ping. 103 installs a week from npm. Last commit 21 Sep 2026.

Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.

Installs per day peak 169 · avg 23 · -42% w/w
a month agotoday
103
Installs / week
npm · @brightbeamai/chap-coordinator-mcp
103
Stars
1 open issues
21 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
HTML

What the code does

We read the source, 16 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    proc = subprocess.run([node, os.path.join(_VENDOR, "render.js")], input=json.dumps(specs),
Builds a file path from a variable packages/chap-analytics/chap_analytics/frames.py:1492
            path = os.path.join(directory, f"{name}.csv")

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add chap -- npx -y @brightbeamai/chap-coordinator-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "chap": {
      "args": [
        "-y",
        "@brightbeamai/chap-coordinator-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.chap]
command = "npx"
args = ["-y", "@brightbeamai/chap-coordinator-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "chap": {
      "args": [
        "-y",
        "@brightbeamai/chap-coordinator-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "chap": {
      "args": [
        "-y",
        "@brightbeamai/chap-coordinator-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CHAP_DB_PATH (Path to a SQLite file. Without it the coordinator runs in memory and workspaces are lost when the client restarts.), CHAP_PROFILES (Comma-separated CHAP profiles enabled on new workspaces. Defaults to Core plus review, whisper, deliberation, handoff, control, routing, modes and audit-scitt.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CHAP Coordinator

same job, measured the same way
Audit Ledger MCP
by shahidh68

Record AI decisions to a tamper-evident audit ledger from any MCP-compatible agent.

38 installs/wk local only
I
AgentHub - Lean MCP Orchestrator
by propstreet

Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts

19 installs/wk local only
Elicitly Pro
by elicitly

Human-in-the-loop for AI agents over MCP: durable approvals with a hosted review page & audit trail

answering
C
Verifi
by verifi

Get a real human to verify, decide, or improve an AI agent's work.

4 tools answering
Parley
by weldra

Coordination hub for AI coding agents: message teammates, ask humans, audit every event.

answering
AgentGate
by agentkitai

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

30 installs/wk local only
MCP x402 - Evidence-Backed Web Verification
by diogoup26

Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.

3 tools answering
Pokes
by pokes

Poke your human for approvals and decisions during agent sessions — answered with one phone tap.

answering

CHAP Coordinator — questions

Answers built from our own checks of this server.

Why is there no uptime for CHAP Coordinator?
CHAP Coordinator runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @brightbeamai/chap-coordinator-mcp was installed 103 times last week.
How do I connect CHAP Coordinator?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @brightbeamai/chap-coordinator-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use CHAP Coordinator?
The npm package @brightbeamai/chap-coordinator-mcp was installed 103 times in the last week. Week over week that is -42%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CHAP Coordinator open source?
Yes — it is published under the Apache-2.0 licence, written in HTML, 103 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.