Description

MCP server for orchestrating AI coding agents (Claude Code CLI & Gemini CLI). Features task management, process execution, Git integration.

Installation

npx -y systemprompt-code-orchestrator
npm install systemprompt-code-orchestrator
git clone https://github.com/systempromptio/systemprompt-code-orchestrator

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "systemprompt-code-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "systemprompt-code-orchestrator"
      ]
    }
  }
}