CHAP Coordinator for Grok
io.github.brightbeamai/chap
Auditable records of human decisions over AI agent work. Approvals, edits, overrides, escalations.
client:Grok
transport:stdio
runtime:npm
Install CHAP Coordinator in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"chap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@brightbeamai/chap-coordinator-mcp"
],
"env": {
"CHAP_DB_PATH": "<CHAP_DB_PATH>",
"CHAP_PROFILES": "<CHAP_PROFILES>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs