nick-pape/grackle
Manage and orchestrate AI coding agents (Claude Code, Copilot, Goose, etc.) on remote machines — task decomposition, multi-agent coordination, and real-time visibility across environments.
Platform-specific configuration:
{
"mcpServers": {
"grackle": {
"command": "npx",
"args": [
"-y",
"grackle"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<p align="center"> <a href="https://www.npmjs.com/package/@grackle-ai/cli"></a> <a href="https://github.com/nick-pape/grackle/actions/workflows/ci.yml"></a> <a href="https://opensource.org/licenses/MIT"></a> </p>
> [!WARNING] > Grackle is pre-1.0 and still experimental. It may have unresolved security issues, annoying bugs, and broken workflows. Not recommended for use in production systems.
<p align="center"> </p>
You have 6 agents running across 4 machines. You're tab-switching between terminals, copy-pasting context from one agent's output into another's prompt, and restarting dead sessions at 2 AM. Every agent has its own CLI, its own auth flow, its own way of crashing silently.
Grackle is the control plane for AI coding agents. Configure once, supervise by exception.
One platform to run Claude Code, Copilot, Codex, Goose, or GenAIScript on any environment — Docker, SSH, Codespaces, local. It handles provisioning, credentials, transport, and lifecycle. You get a CLI, web UI, and MCP server out of the box.
> [Try the interactive demo](https://nick-pape.github.io/grackle/demo/) — no install required. Explore the full UI with realistic mock data.
Loading reviews...