mcpbeat Sign in

Orchex MCP Server

local only

Orchex runs on your own machine — the client starts it, so there is no endpoint to ping. 122 installs a week from npm.

Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.

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

Installs per day peak 723 · avg 95 · +25% w/w
a month agotoday
122
Installs / week
npm · @wundam/orchex
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

What the code does

We have not read this server's code yet

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.

Package points at a different repository wundam/orchex
пакет @wundam/orchex ссылается на wundam/orchex-community

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

This one needs environment variables set before it will start: ANTHROPIC_API_KEY (Anthropic API key — auto-detected from shell env; override only), OPENAI_API_KEY (OpenAI API key — auto-detected from shell env; override only), GEMINI_API_KEY (Gemini API key — auto-detected from shell env; override only), DEEPSEEK_API_KEY (DeepSeek API key — auto-detected from shell env; override only), ORCHEX_API_URL (Override cloud API URL (optional, defaults to https://orchex.dev)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Orchex

same job, measured the same way
Misterdev
by dcondrey

Autonomous LLM build orchestrator that plans, edits, and verifies code across languages.

104 installs/wk local only
LLM Orchestration Agent D0a1a1
by getvda

LLM Orchestration Agent

2 tools answering
LLM Orchestration Agent Openai
by getvda

LLM Orchestration Agent (Openai)

2 tools answering
A
AgentTrust — Identity & Trust for A2A Agents
by agenttrust

Identity, trust, and A2A orchestration for autonomous AI agents. Official A2A partner.

86 installs/wk local only
LLM Orchestration Agent Langchain Anthropic
by getvda

LLM Orchestration Agent (Langchain Anthropic)

2 tools answering
LLM Orchestration Agent 2 Df5979
by getvda

LLM Orchestration Agent 2

2 tools answering
LLM Orchestration Agent Langsmith
by getvda

LLM Orchestration Agent (Langsmith)

2 tools answering
LLM Orchestration Agent Langgraph
by getvda

LLM Orchestration Agent (Langgraph)

2 tools answering

Orchex — questions

Answers built from our own checks of this server.

Why is there no uptime for Orchex?
Orchex 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 @wundam/orchex was installed 122 times last week.
Is Orchex 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 Orchex?
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 @wundam/orchex straight from npm; nothing to host, nothing to sign up for.
How many people use Orchex?
The npm package @wundam/orchex was installed 122 times in the last week. Week over week that is +25%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.