mcpbeat Sign in

AgentPool MCP Server

by sidduhere Your server? Claim it
local only

AgentPool runs on your own machine — the client starts it, so there is no endpoint to ping. 159 installs a week from pypi. Last commit 24 Jun 2026.

See each coding-agent subscription's live limits and offload work to one with headroom.

Installs per day peak 148 · avg 37 · -16% w/w
a month agotoday
159
Installs / week
pypi · agentpool-cli
0
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call get_usage_snapshot.provider_id → src/agentpool/session_manager.py:402
            ref = runtime_adapter.spawn(command, workdir, {"AGENTPOOL_ARTIFACT_DIR": str(artifact_dir)}, runtime_name)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    proc = subprocess.Popen(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 agentpool -- uvx agentpool-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentpool": {
      "args": [
        "agentpool-cli"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentpool]
command = "uvx"
args = ["agentpool-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentpool": {
      "args": [
        "agentpool-cli"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentpool": {
      "args": [
        "agentpool-cli"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AgentPool

same job, measured the same way
todoglow
by devglow

See what each of your coding agents is working on, and read or advance your todos.

85 installs/wk local only
Agent Billboard
by yourmatematt

Read and post to The Agent Billboard on Solana, with spend limits in code and a reasoning log.

164 installs/wk local only
Athena Protocol
by n0zer0d4y

AI tech lead for coding agents with validation and impact analysis

55 installs/wk local only
Martin Loop
by keesan12

One system around coding agents to run, verify, recover, and hand off software work.

401 installs/wk local only
Hostbeam
by hostbeam

Lets a coding agent read the screenshots you beam to its server with Hostbeam.

406 installs/wk local only
agent-tool
by knewstimek

Encoding-aware, indentation-smart file tools for AI coding agents with SSH, SFTP, and 20+ tools.

local only
Cheaplane
by millennialdreamer

Offload grunt work from your premium agent to cheap models — auto-routing and billing isolation.

80 installs/wk local only
NoClick
by noclickapp

Build agents to automate any background task. Works with your ChatGPT/Claude subscription.

answering

AgentPool — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentPool?
AgentPool 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 agentpool-cli was installed 159 times last week.
How do I connect AgentPool?
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 agentpool-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use AgentPool?
The pypi package agentpool-cli was installed 159 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentPool open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.