mcpbeat Sign in

Subagent MCP Server

by thang1710 Your server? Claim it
local only

Subagent MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 704 installs a week from pypi. Last commit 13 Sep 2026.

Let Codex orchestrate external coding agents through their native harnesses.

Installs per day peak 5 032 · avg 1 295 · -81% w/w
a month agotoday
1 704
Installs / week
pypi · subagent-harness-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 8 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 file or shell call agent_spawn.task → src/subagent_harness_mcp/service.py:429, agent_spawn.task → src/subagent_harness_mcp/service.py:535, agent_spawn.task → src/subagent_harness_mcp/service.py:462 и ещё 4
            snapshot = await adapter.spawn(
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.

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

Alternatives to Subagent MCP

same job, measured the same way
Agentpack
by ihorponom

Repo-native task continuity for AI coding agents: a reviewed task-state ledger served over MCP.

98 installs/wk local only
McpOrchestrator
by byggarepop

Route one agent through one MCP server to many, with progressive tool discovery to shrink context.

local only
Pindoc
by var-gg

Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.

local only
Gossipcat
by ataberk-xyz

Multi-agent orchestration for Claude Code — consensus review, adaptive dispatch, skill learning

75 installs/wk local only
komnet
by komdosh

Lets AI coding agents coordinate asynchronously through a private git repository. No server.

347 installs/wk local only
Claude Army
by robbhimself-1337

Orchestrate multiple Claude Code agents in parallel from chat

23 installs/wk local only
Lintbase MCP
by madia333

Real-time Firestore schema context for AI coding agents. Stop hallucinating field names.

46 installs/wk local only
HEIDES
by abduljabbarbxr

Deterministic code analysis harness giving AI agents senses, memory and judgment for code.

local only

Subagent MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Subagent MCP?
Subagent MCP 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 subagent-harness-mcp was installed 1 704 times last week.
How do I connect Subagent MCP?
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 subagent-harness-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Subagent MCP?
The pypi package subagent-harness-mcp was installed 1 704 times in the last week. Week over week that is -81%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Subagent MCP 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.