Apra Fleet

v1.0.0Coding Agentsstable

AI agents that write code, review each other's work, and coordinate across your machines

agentic-workflowai-agentsai-codinganthropicautomation
Share:
39
Stars
0
Downloads
0
Weekly
0/5

What is Apra Fleet?

Apra Fleet is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ai agents that write code, review each other's work, and coordinate across your machines

AI agents that write code, review each other's work, and coordinate across your machines

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • AI agents that write code, review each other's work, and coo

Use Cases

Multi-agent code coordination
Distributed agent development
Code review automation
Apra-Labs

Maintainer

LicenseNOASSERTION
Languagetypescript
Versionv1.0.0
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx apra-fleet

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Apra Fleet

Apra Fleet is a multi-agent AI coding platform that lets you deploy a coordinated fleet of AI agents — developers, reviewers, and project managers — across local and remote machines using Claude Code as the underlying agent runtime. Agents communicate via SSH, sync state through Git commits, and are orchestrated by a PM skill that handles sprint planning, task assignment, code review automation, and deployment. Teams use it to parallelize complex coding projects across multiple machines without needing a central dashboard or cloud infrastructure.

Prerequisites

  • Node.js 22 or later installed on all machines in the fleet
  • Claude Code installed and authenticated on each machine
  • Git installed and SSH access configured between machines (for multi-machine fleets)
  • npm package manager (for global installation)
1

Install Apra Fleet globally

Install the Apra Fleet CLI globally with npm. Node.js 22 or later is required.

npm install -g @apralabs/apra-fleet
2

Install and register the Claude Code integration

Run the install command to register Apra Fleet as an MCP server with Claude Code and set up the PM skill.

apra-fleet install
3

Initialize a fleet project

Inside your project directory, initialize the fleet configuration. This creates the project structure and registers available agents.

cd your-project
/pm init project_name
4

Add fleet members (local or remote)

Register agent roles for your fleet. Local members run on the same machine; remote members are reached via SSH.

/pm add 2 local members -- a developer and a reviewer
5

Plan and start a sprint

Provide a feature specification file and start the sprint. The PM agent delegates tasks to developer and reviewer agents.

/pm plan ./feature.md
/pm start the implementation sprint
6

Monitor and finalize

Check sprint status, review generated code, and deploy when satisfied.

/pm status
/pm deploy

Apra Fleet Examples

Client configuration

Claude Code MCP config entry for Apra Fleet after running apra-fleet install.

{
  "mcpServers": {
    "apra-fleet": {
      "command": "npx",
      "args": ["-y", "@apralabs/apra-fleet", "serve"]
    }
  }
}

Prompts to try

Example PM skill commands and prompts for coordinating an AI coding fleet.

- "/pm add 2 local members -- a developer and a code reviewer"
- "/pm init my-saas-app"
- "/pm plan ./specs/auth-feature.md"
- "/pm start the authentication module sprint"
- "/pm status"
- "/pm deploy"
- "Ask the reviewer agent to check the latest commit for security issues."

Troubleshooting Apra Fleet

apra-fleet install fails with Node.js version error

Apra Fleet requires Node.js 22 or later. Run 'node --version' to check. Use nvm or fnm to install and switch to Node.js 22: 'nvm install 22 && nvm use 22'.

Remote agents cannot be reached via SSH

Ensure SSH key-based authentication is configured between the controller machine and remote machines. Test with 'ssh user@remote-host' before adding a remote fleet member. The remote machine must also have Node.js 22 and Claude Code installed.

/pm commands are not recognized in Claude Code

Run 'apra-fleet install' again to ensure the PM skill is properly registered. Restart Claude Code after installation. If the issue persists, check that @apralabs/apra-fleet is installed globally with 'npm list -g @apralabs/apra-fleet'.

Frequently Asked Questions about Apra Fleet

What is Apra Fleet?

Apra Fleet is a Model Context Protocol (MCP) server that ai agents that write code, review each other's work, and coordinate across your machines It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Apra Fleet?

Follow the installation instructions on the Apra Fleet GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Apra Fleet?

Apra Fleet works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Apra Fleet free to use?

Yes, Apra Fleet is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "apra-fleet": { "command": "npx", "args": ["-y", "apra-fleet"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Apra Fleet?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides