mcpbeat Sign in

Agent Conductor MCP Server

local only

Agent Conductor runs on your own machine — the client starts it, so there is no endpoint to ping. 21 installs a week from npm. Last commit 13 Sep 2026.

AGENTS.md + skills MCP with CHP R0 gate and adversary decision tools.

Installs per day peak 74 · avg 6 · -36% w/w
a month agotoday
21
Installs / week
npm · @cubiczan/agent-conductor
0
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

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.

Runs an external command src/engine/chpBridge.ts:132
    const child = spawn(this.pythonBin, [this.bridgePath], {

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 agent-conductor -- npx -y @cubiczan/agent-conductor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-conductor": {
      "args": [
        "-y",
        "@cubiczan/agent-conductor"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-conductor]
command = "npx"
args = ["-y", "@cubiczan/agent-conductor"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-conductor": {
      "args": [
        "-y",
        "@cubiczan/agent-conductor"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-conductor": {
      "args": [
        "-y",
        "@cubiczan/agent-conductor"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Conductor

same job, measured the same way
I
Dealhub Admin
by vishvick

DealHub MCP server for admins. Manage versions and users with 7 tools via Claude AI agents.

20 installs/wk local only
Clelp
by clelp

Search and rate AI tools, MCP servers, and agent skills reviewed by real agent use.

63 installs/wk local only
Agent Pay
by joepangallo

Payment gateway for AI agents with tool discovery, provisioning, metering, and reliability tools.

39 installs/wk local only
GHOSBC Safety Gate
by misfitmediahouse

Agent governance with A2A/Shopify/MCP trust audits, action screening, and decision UI.

9 tools answering
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

52 installs/wk 28 tools answering
Compare CLI MCP
by drbaher

MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.

34 installs/wk local only
MCP Server Decisions
by roberton003

Decision tracking with prediction validation and outcome gates for AI agents

66 installs/wk local only
Tools for Agents
by max124vip-dev

Decision Layer for AI Agents — 58+ tools, Advisor, MCP. Free key: POST /v1/register {}.

107 tools answering

Agent Conductor — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Conductor?
Agent Conductor 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 npm package @cubiczan/agent-conductor was installed 21 times last week.
How do I connect Agent Conductor?
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 @cubiczan/agent-conductor straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Conductor?
The npm package @cubiczan/agent-conductor was installed 21 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Conductor open source?
Yes — it is published under the MIT licence, written in TypeScript 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.