MCP Directory
Back

forge-orchestrator

by nxtg-ai · Rust · ★ 128

Forge Orchestrator: Multi-AI task orchestration. File locking, knowledge capture, drift detection. Rust.

#agent-orchestration#ai#ai-agents#ai-coding#ai-governance#claude#cli#codex#developer-tools#devops#drift-detection#gemini#governance#llm#mcp#model-context-protocol#orchestration#rust

Install

cargo install --git https://github.com/nxtg-ai/forge-orchestrator.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "forge-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "github:nxtg-ai/forge-orchestrator"
      ]
    }
  }
}

From the README

[](https://github.com/nxtg-ai/forge-orchestrator/actions) [](https://github.com/nxtg-ai/forge-orchestrator) [](https://crates.io/crates/forge-orchestrator) **Orchestrate Claude Code, Codex CLI, and Gemini CLI on shared repos — single Rust binary, zero deps.** Multi-agent inside a single tool works fine. Claude Code runs 20 subagents and they stay aligned because the tool manages that orchestration internally. The problem is multi-tool: Claude Code, Codex CLI, and Gemini CLI on the same repo with no shared state. That's what the orchestrator solves. It adds file locking, knowledge capture, t…
Read full README on GitHub →

Related filesystem servers