mcpbeat Sign in

Ac Jobs MCP Server

local only

Ac Jobs runs on your own machine — the client starts it, so there is no endpoint to ping.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
pypi · ac-jobs-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ac-jobs -- uvx ac-jobs-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ac-jobs": {
      "args": [
        "ac-jobs-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ac-jobs]
command = "uvx"
args = ["ac-jobs-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ac-jobs": {
      "args": [
        "ac-jobs-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ac-jobs": {
      "args": [
        "ac-jobs-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Ac Jobs

same job, measured the same way
Agent Guard
by mdfifty50-boop

Constitutional guardrails and loop detection for AI agents

41 installs/wk local only
Formpaste
by formpaste

Create and wire up contact forms from your coding agent. Forms, snippets, and submissions.

37 installs/wk 6 tools answering
MeatSpace
by zmarten

Human-in-the-loop for AI agents. Submit choices, get a human decision.

3 tools answering
gjalla
by gjalla

Production-readiness for your AI coding agents.

answering
Forgivemyagent MCP
by panzik13

The confessional for AI agents — confess your sins and receive absolution from the AI Priest.

21 installs/wk local only
Oracle H
by tponscr-debug

Human approval gate for AI agents. Critical actions approved or rejected by a human via Telegram.

10 installs/wk local only
Botcall MCP
by danecodes

Give your AI agent a real phone number for SMS verification codes.

29 installs/wk local only
Gud API MCP
by gudlab

AI agents create, run, and save API requests as Gud API collections in your project.

40 installs/wk local only

Ac Jobs — questions

Answers built from our own checks of this server.

Why is there no uptime for Ac Jobs?
Ac Jobs runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ac-jobs-mcp.
Is Ac Jobs still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Ac Jobs?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ac-jobs-mcp straight from pypi; nothing to host, nothing to sign up for.