Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

ac jobs in other clients