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"
]
}
}
} Stay Updated on MCP
Get weekly updates on new MCP servers, integration guides, and AI development tips.
We respect your privacy. Unsubscribe anytime.