Skip to content
Zed

ac jobs for Zed

io.github.wchampe/ac-jobs

Admission gate for AI agents: submit a step, get admit/hold/reject vs your constitution.

client:Zed transport:stdio runtime:pypi

Install ac jobs in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "ac-jobs": {
      "command": "uvx",
      "args": [
        "ac-jobs-mcp"
      ],
      "env": {
        "AC_JOBS_API_KEY": "<AC_JOBS_API_KEY>",
        "AC_JOBS_URL": "<AC_JOBS_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ac jobs in other clients