systemprompt-code-orchestrator

systempromptio/systemprompt-code-orchestrator
★ 139 stars TypeScript 🤖 AI/LLM Updated 2mo ago
MCP server for orchestrating AI coding agents (Claude Code CLI & Gemini CLI). Features task management, process execution, Git integration, and dynamic resource discovery. Full TypeScript implementation with Docker support and Cloudflare Tunnel integration.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "systemprompt-code-or": {
      "command": "npx",
      "args": [
        "-y",
        "systempromptio/systemprompt-code-orchestrator"
      ]
    }
  }
}

Topics

aiclaude-codegemini-climcpmcp-server