systempromptio/systemprompt-code-orchestrator
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.
Platform-specific configuration:
{
"mcpServers": {
"systemprompt-code-orchestrator": {
"command": "npx",
"args": [
"-y",
"systemprompt-code-orchestrator"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...