CHAP Coordinator for Claude Desktop
io.github.brightbeamai/chap
Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.
client:Claude Desktop
transport:stdio
runtime:npm
Install CHAP Coordinator in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chap": {
"command": "npx",
"args": [
"-y",
"@brightbeamai/chap-coordinator-mcp"
],
"env": {
"CHAP_DB_PATH": "<CHAP_DB_PATH>",
"CHAP_PROFILES": "<CHAP_PROFILES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs