Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.wundam/orchex

NPM · @WUNDAM/ORCHEX · SCANNED AUG 7

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

Available components

+46 this week 62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Known CVEs were checked across the 115 of 119 dependencies we could resolve, so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 115 of 119 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1112 tokens (~92/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management37
  • Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @wundam/orchex

# add to Claude Code
claude mcp add wundam-orchex -- npx -y @wundam/orchex
# add to Codex CLI
codex mcp add wundam-orchex -- npx -y @wundam/orchex
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wundam-orchex": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@wundam/orchex"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wundam-orchex --command npx --arg -y --arg @wundam/orchex
# ~/.hermes/config.yaml
mcp_servers:
  wundam-orchex:
    command: "npx"
    args: ["-y", "@wundam/orchex"]
// mcp.json
{
  "mcpServers": {
    "wundam-orchex": {
      "command": "npx",
      "args": [
        "-y",
        "@wundam/orchex"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 7 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.

  • 4 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +57
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → fail functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • Licence: BUSL-1.1 functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 −24
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: fail functional
  • 27 Jul 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 7 Aug 2026 · Analysed npm/@wundam/[email protected]

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm
Dependencies 115 packages
Packages resolved 115
Deprecated 114
Stale 34
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools · 12 exposed · ~1,112 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_stream ~134

Add a new stream to the active orchestration.

NameTypeReqDescription
depsarrayStream IDs this depends on
idstringyesUnique stream ID
namestringyesHuman-readable stream name
ownsarrayFile paths this stream owns
planstringImplementation plan for the stream
project_dirstringProject directory
readsarrayFile paths this stream needs to read (but does not own)
setuparraySetup commands to run before the stream executes
verifyarrayVerification commands to run after the stream completes

No output schema declared.

No examples provided.

auto ~158

Generate a plan from user intent, preview streams, and optionally execute. Flow: gather context → LLM generates plan → learn pipeline → preview → approve → execute → report.

NameTypeReqDescription
approvebooleanIf true, execute immediately after preview. If false (default), return preview only.
approved_streamsarrayStream IDs to approve for execution. Non-listed pending streams will be skipped. Omit this parameter to approve all streams (default behavior).
intentstringyesWhat you want to build (e.g., "Add user authentication with JWT")
modelstringLLM model override
project_dirstringProject directory (defaults to cwd)
providerstringLLM provider override

No output schema declared.

No examples provided.

complete ~54

Mark a stream as complete, or archive the entire orchestration.

NameTypeReqDescription
archivebooleanArchive the orchestration
project_dirstringProject directory
stream_idstringStream ID to mark complete

No output schema declared.

No examples provided.

execute ~179

Run the orchestration. Each call executes one wave of streams in parallel via LLM API, applies artifacts to the codebase, and runs verification commands. Call repeatedly for each wave, or use auto mode.

NameTypeReqDescription
dry_runbooleanPreview without executing (default: false)
iteratebooleanWhen true with mode=auto, re-plan and re-execute if failures remain. Max 3 iterations.
max_iterationsnumberMaximum iterations for iterative mode (default: 3, max: 5).
modestringauto: execute all waves sequentially. wave: execute one wave and return.
modelstringLLM model override (auto-detected based on provider)
project_dirstringProject directory
wavenumberRun a specific wave number (optional)

No output schema declared.

No examples provided.

init ~74

Initialize a new orchestration for a feature. Creates .orchex/active/manifest.yaml with streams.

NameTypeReqDescription
featurestringyesFeature name (e.g., "user-authentication")
project_dirstringProject directory (defaults to cwd)
streamsobjectyesMap of stream ID → stream definition

No output schema declared.

No examples provided.

init-plan ~103

Generate an annotated markdown plan template that teaches users how to structure documents for orchex learn. Creates a starter plan file with inline comments explaining what the learn pipeline parses.

NameTypeReqDescription
feature_namestringFeature name for the plan (used in title and example stream IDs)
output_pathstringOutput file path. Defaults to docs/plans/YYYY-MM-DD-<feature>-plan.md
project_dirstringProject directory (defaults to cwd)

No output schema declared.

No examples provided.

learn ~145

Parse a planning document and generate stream definitions. Returns proposed streams for review before initialization.

NameTypeReqDescription
deliverable_levelnumberHeader level for deliverables (2=H2, 3=H3)
document_contentstringPlan document contents as string. When provided, used instead of reading document_path from disk. Useful for cloud mode where the server cannot access local files.
document_pathstringyesPath to the markdown planning document
prefixstringOptional prefix for stream IDs
project_dirstringProject directory (for resolving relative paths)
validate_antipatternsbooleanValidate generated streams against anti-patterns

No output schema declared.

No examples provided.

recover ~108

Recover streams stuck in in_progress state or failed state. Auto-detects stuck streams and resets them to pending for retry, or skips them.

NameTypeReqDescription
include_failedbooleanAlso recover failed streams (not just stuck in_progress ones).
modestringretry: reset stuck streams to pending. skip: mark them as skipped.
project_dirstringProject directory
stream_idstringSpecific stream ID to recover. If omitted, recovers all stuck streams.

No output schema declared.

No examples provided.

reload ~23

Restart the MCP server to pick up rebuilt code. MCP client will reconnect automatically.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reset-learning ~66

Reset learning data: thresholds, events, patterns, and/or reports.

NameTypeReqDescription
confirmbooleanyesMust be true to proceed
patterns_onlybooleanOnly reset patterns
project_dirstringProject directory
reports_onlybooleanOnly reset reports

No output schema declared.

No examples provided.

rollback-stream ~42

Revert file changes made by a specific stream using git.

NameTypeReqDescription
project_dirstringProject directory
stream_idstringyesStream ID to rollback

No output schema declared.

No examples provided.

status ~26

Get the current orchestration status and progress.

NameTypeReqDescription
project_dirstringProject directory

No output schema declared.

No examples provided.