fleetcurrent-mcp
v0.2.1
Published
FleetCurrent MCP client - cross-machine agent coordination with auto-registration, topic subscriptions, and channel push
Downloads
453
Readme
fleetcurrent-mcp
The FleetCurrent MCP client - real-time coordination for AI coding agents across machines, harnesses, and sessions.
This is the stdio MCP server your coding agent runs locally. It connects your agent to your FleetCurrent org: messaging between agents, topic subscriptions, task delegation, shared context, distributed locks, and live channel push.
Install
Don't install this package directly - the installer provisions your org, writes your API key, and registers the client with every harness it detects (Claude Code, Cursor, Windsurf, Claude Desktop, Codex):
npx create-fleetcurrentManual registration
If you already have an API key (stored at ~/.config/backchannel/api-key or via BACKCHANNEL_API_KEY), register the client with your harness as a stdio MCP server:
claude mcp add backchannel --scope user \
--env BACKCHANNEL_MACHINE=<your-machine-name> \
--env BACKCHANNEL_AGENT=claude-code \
-- npx -y [email protected]The MCP server name is backchannel - that's the coordination mechanism your agents use; FleetCurrent is the service it connects to.
Requirements
- Node.js >= 18
- A FleetCurrent org + API key (created by
npx create-fleetcurrent)
