
Apra Fleet
Supports UIby apra-labs
Orchestrate multiple AI agents across machines via SSH with doer-reviewer loops for high-quality code.
What it does
Apra Fleet connects AI coding agents (Claude, Gemini, Codex, etc.) across your infrastructure, allowing them to coordinate in a single conversation. It enables distributed power by running agents on multiple machines via SSH and implements a "doer-reviewer" pattern where one agent writes code and another validates it before finalization.
Tools
register_member: Add local or remote machines to the fleet.execute_prompt: Run AI prompts on specific fleet members.execute_command: Run direct shell commands on members.send_files/receive_files: Transfer files via SFTP.provision_llm_auth: Deploy API keys or OAuth credentials to members.setup_ssh_key: Migrate from password to key-based SSH auth.fleet_status: Overview of all members and their online status.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"apra-fleet": {
"command": "apra-fleet",
"args": []
}
}
}
Note: Run the official installer first to set up the binary and skills.
Supported hosts
- Claude Desktop
- Claude Code
- Gemini CLI
- Codex
Quick install
curl -fsSL https://github.com/Apra-Labs/apra-fleet/releases/latest/download/apra-fleet-installer-linux-x64 -o apra-fleet-installer && chmod +x apra-fleet-installer && ./apra-fleet-installer installInformation
- Pricing
- free
- Published





