CHAP Coordinator for Zed
io.github.brightbeamai/chap
Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.
client:Zed
transport:stdio
runtime:npm
Install CHAP Coordinator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chap": {
"command": "npx",
"args": [
"-y",
"@brightbeamai/chap-coordinator-mcp"
],
"env": {
"CHAP_DB_PATH": "<CHAP_DB_PATH>",
"CHAP_PROFILES": "<CHAP_PROFILES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs