HomeProductivity › CHAP Coordinator

CHAP Coordinator

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

Official TypeScript Local macOSWindowsLinux
★ 103 stars Last pushed 2026-09-21 License: Apache-2.0

Topics: Agreements & Coordination

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.13)

npx -y @brightbeamai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "chap": {
      "command": "npx",
      "args": [
        "-y",
        "@brightbeamai/[email protected]"
      ],
      "env": {
        "CHAP_DB_PATH": "<YOUR_VALUE>",
        "CHAP_PROFILES": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry