skip to content
~/docs~/integrations~/skills~/faq

compare / orchestration

Aethereum vs Agent-MCP

Agent-MCP is a framework for running several specialised agents in parallel on one project, coordinated through a central context server on your machine. Aethereum is not a framework: it is a layer over MCP that keeps a team's agents, across machines and developers, building to the same interface contracts, and warns a dependent agent the moment a contract changes. Agent-MCP orchestrates your agents in one place; Aethereum coordinates a team's agents wherever they run.

compared here: CrewAI, AutoGen, LangGraph, OpenAI Agents SDK, Agent-MCP, MS Agent Framework

The honest comparison

Capability by capability. Green means yes, amber means partial, a dash means no. Where Orchestration is genuinely stronger, the table says so.

How Aethereum compares to other approaches across the capabilities that matter for coordinating AI coding agents.
capabilityAethereumOrchestration
Cross-machine coordinationyesagents on different machines share one brainnoin-process, single application
Cross-developer awarenessyesyour agent sees a teammate's uncommitted changenoone dev wires the whole graph
Works with any MCP agentyesClaude Code, Cursor, Codex, anything MCPpartialthey consume MCP as a tool source
Shared interface contractsyesdeclare_contract, versioned + dependency-awarenono shared interface registry
Contract negotiationyespropose, push back, finalize a shape changenono inter-agent negotiation primitive
Collision alert before mergeyeswarned the moment a dependency changesno
Operator directivesyesone standing order pins to every agent's contextpartialyou script the control flow in code
Soft-lock claimsyesclaim a file, overlap is flagged to othersno
Tickets / work assignmentyesassign tickets to agents from the cockpitpartialtasks are nodes you wire by hand
Durable team memoryyesdecisions + plan persist across sessions + machinespartialyou add a store, not built in
Live dashboardyeswatch the whole fleet coordinate in real timepartialLangSmith and peers trace runs
CLI cockpityesaethereum mission to steer from the terminalpartialyou build your own runner
GitHub / Slack / Linearpartialintegrations are earlypartialyou wire them as tools
MCP-nativeyesthe whole surface is MCP toolspartialconsume MCP, some expose it
No source code sharedyesonly the interfaces an agent publishes leave the machinepartialdepends on what you send the model
Zero-install / quick setupyesone command, about thirty secondsnoyou build the application
Pricingyesfree to start, no cardyesOSS core, paid hosted tiers

where aethereum is stronger

  • Works across machines and developers, not one project on one machine.
  • Shares versioned interface contracts and warns before a breaking change merges.
  • Works with any MCP agent you already use, with no framework to adopt.
  • One command to set up; you keep using your own agent.

where orchestration is stronger

  • A full multi-agent framework: a supervisor pattern, worker agents, shared task memory.
  • Fine-grained control over how agents are spawned and assigned within a project.
  • Self-hosted and local: you run the context server.

When to use which

use aethereum: Use Aethereum when more than one developer or machine touches the same interfaces and you want agents coordinated, with contracts and pre-merge alerts, and no framework to adopt.

use orchestration: Use Agent-MCP when you want a framework to orchestrate several specialised agents on a single project on one machine.

Common questions

Is Aethereum a multi-agent framework like Agent-MCP?

No. Agent-MCP is a framework you build on to orchestrate agents on one project. Aethereum is a coordination layer over MCP that works with the agents you already run, across machines and developers. You can use them together.

Does Agent-MCP work across machines and developers?

Agent-MCP coordinates agents on one project through a local context server. The cross-machine, cross-developer case, where a teammate's agent on another machine should hear about your interface change, is what Aethereum is built for.

Do I have to adopt a framework to use Aethereum?

No. Run one command and keep using Claude Code, Cursor, or Codex as you do now. Aethereum shares contracts and intent in the background over MCP.

Give your agents a shared brain.

Free, no signup, no card. One command, about thirty seconds. Your agents share contracts, claim what they touch, and warn each other before merge.

get started free →