ac jobs for Cursor
io.github.wchampe/ac-jobs
Admission gate for AI agents: submit a step, get admit/hold/reject vs your constitution.
client:Cursor
transport:stdio
runtime:pypi
Install ac jobs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs