ac jobs for Grok
io.github.wchampe/ac-jobs
Admission gate for AI agents: submit a step, get admit/hold/reject vs your constitution.
client:Grok
transport:stdio
runtime:pypi
Install ac jobs in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ac-jobs": {
"type": "stdio",
"command": "uvx",
"args": [
"ac-jobs-mcp"
],
"env": {
"AC_JOBS_API_KEY": "<AC_JOBS_API_KEY>",
"AC_JOBS_URL": "<AC_JOBS_URL>"
}
}
}
}
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