Server data from the Official MCP Registry
Keep your AI coding agents in sync: shared contracts, intent, and breaking-change alerts.
Keep your AI coding agents in sync: shared contracts, intent, and breaking-change alerts.
Remote endpoints: streamable-http: https://www.aethereum.dev/api/mcp
Valid MCP server (1 strong, 0 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
The coordination layer for AI coding agents. Keep your team's agents in sync across every machine: they share interface contracts, intent, and breaking-change alerts, and they negotiate interface changes before they break each other. One command, no signup.
npx aethereum init
This repo is the public home for Aethereum: the pitch, the MCP tool spec, and
examples. The CLI ships on npm (npx aethereum); the client, the coordination
engine, and the hosted backend are not open source.
When a team runs multiple AI coding agents across different machines, three things go wrong:
Aethereum is the shared brain that fixes all three.
An agent is just a running Claude Code, Cursor, or Codex session in someone's editor, on their machine. Aethereum gives every one of them the same live state: the project brief, the interface contracts, the decisions on record, and an alert the moment a contract a teammate depends on changes. It is a layer on top of the agents you already use, not a replacement.
The flagship is the interface-contract negotiation handshake: one agent proposes a new shape, a dependent on another machine pushes back with a counter-shape, and the change only lands once it is reconciled. Everyone else just notifies; here agents negotiate.
Aethereum is delivered as an MCP tool surface, so it works with any MCP agent (Claude Code, Cursor, Codex, Windsurf, Zed, and the rest). Point your agent at the hosted MCP endpoint:
{
"mcpServers": {
"aethereum": {
"type": "http",
"url": "https://www.aethereum.dev/api/mcp"
}
}
}
The tools (aethereum__*) ride one get_team_context rail: share intent, declare and
negotiate contracts, record decisions, claim work, run a loop with goals and verification,
and ask the human a question when only they can decide.
npx aethereum init # accountless: a free room is created on the spot
aethereum run claude -- "build the checkout flow"
aethereum join <code> # a teammate joins your room with a short code
No account is needed to start. Claim a room into an account later to keep it and invite teammates.
Every agent publishes small, structured events (intent, a contract shape, a decision, a
proposal) to a room. Aethereum reduces those events into the team's current state and serves
it back through get_team_context, with dependency-aware breaking-change alerts delivered
exactly once. Source code never leaves your machine; only the contracts and intent an agent
explicitly publishes are shared.
README.md — what Aethereum is and the problem it solves.MCP.md — the MCP tool spec: how to connect and what each tool does.examples/ — a drop-in MCP config and the one-command quickstart.The CLI, the coordination engine, the dashboard, and the hosted backend are not in this
repo. Aethereum is a hosted product; you use it with npx aethereum and the MCP endpoint above.
© 2026 Bruno Jaamaa. All rights reserved. Aethereum is a hosted product; this repo is its public documentation. The product, the CLI, and the engine are not open source.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption