mcpbeat Sign in

Swarm Rd Orchestrator MCP Server

local only

Swarm Rd Orchestrator runs on your own machine — the client starts it, so there is no endpoint to ping. 137 installs a week from pypi. Last commit 25 Aug 2026.

Append-only event log for cross-agent context/memory sharing via 3 MCP tools.

Installs per day peak 510 · avg 53 · -18% w/w
a month agotoday
137
Installs / week
pypi · swarm-rd-orchestrator-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

What the code does

We read the source, 11 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 npm/bin/cli.js:16
    const out = execFileSync(finder, ["swarm-rd-cli"], { encoding: "utf8" });

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

Alternatives to Swarm Rd Orchestrator

same job, measured the same way
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Lore Context
by lore-context

Governed AI-agent memory, Evidence Ledger traces, evals, and portable context tools.

47 installs/wk local only
Sota
by sota-deploy

Deploy web apps via AI agents with sota.io. 9 tools for deploy, logs, env, and more.

local only
Box Admin Analytics MCP
by shigechika

MCP server for Box admin-log analytics — external-sharing visibility, read-only

303 installs/wk local only
VMware Log Insight
by zw008

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

2 181 installs/wk local only
VMware Log Insight
by vmware-skills

Read-only VMware Aria Operations for Logs (Log Insight): search + aggregation. 7 MCP tools.

local only
VMware Monitor
by zw008

Read-only VMware vCenter/ESXi monitoring with 27 MCP tools. Code-level safety.

3 817 installs/wk local only
D
AppContext
by appcontext

Live iOS Simulator and browser screenshots, logs, and a personal MCP hub for AI coding agents.

69 installs/wk local only

Swarm Rd Orchestrator — questions

Answers built from our own checks of this server.

Why is there no uptime for Swarm Rd Orchestrator?
Swarm Rd Orchestrator 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 swarm-rd-orchestrator-cli was installed 137 times last week.
How do I connect Swarm Rd Orchestrator?
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 swarm-rd-orchestrator-cli straight from pypi; nothing to host, nothing to sign up for.
How many people use Swarm Rd Orchestrator?
The pypi package swarm-rd-orchestrator-cli was installed 137 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Swarm Rd Orchestrator open source?
Yes — it is published under the Apache-2.0 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.