Persistent agent memory via ACMI β Profile/Signals/Timeline. 16 tools on Upstash Redis.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The coordination backbone for AI agent fleets. Three Redis keys - Profile, Signals, Timeline.
ACMI is the open protocol for persistent agent context. Version v1.5 formalizes Fleet Comms Protocol: atomic pre/post events, wake-directives, handoff-ack chains, and correlation-aware timelines that make multi-agent work auditable instead of anecdotal.
Every entity stores exactly three things an LLM needs to make decisions:
The shape is intentionally small:
This repo ships the public ACMI package, the MCP server subpackage, and the docs that keep the fleet aligned:
@madezmedia/acmi - the TypeScript SDK, CLI, and conformance suite.mcp/ - @madezmedia/acmi-mcp, the MCP server for hosts that need direct ACMI access.SPEC.md - canonical protocol spec.CHANGELOG.md - release history, including the v1.5.0 fleet-comms update.docs/ - operator guide, cheatsheet, and protocol notes.The v1.5.0 release aligns the fleet around a shared event language:
source, kind, correlationId, summary event envelope disciplineagent:<id> source naming across the fleet| Adapter | Use case | Edge-compatible |
|---|---|---|
@madezmedia/acmi/adapters/in-memory | tests, examples, local dev | n/a |
@madezmedia/acmi/adapters/upstash | Vercel, Workers, edge runtimes | yes |
@madezmedia/acmi/adapters/redis | self-hosted Redis / Node | no |
ACMI v1.5 uses a shared event format so every significant action can be traced:
Rules that matter in practice:
[kind-tag @recipient] in summariessource prefixed with agent:, user:, or system:parentCorrelationIdACMI is used across the Mad EZ Media fleet as the common context layer for:
ops-center - orchestration and routingbentley - comms and governancecodex - coding and implementation supporthermes - deep scans and guardian checksandroid-worker - mobile bridge and notificationsMIT - Copyright Michael Shaw / Mad EZ Media
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/acmi-mcp)<a href="https://allmcps.com/mcp/acmi-mcp"><img src="https://allmcps.com/api/badge/acmi-mcp?style=directory" alt="Acmi MCP on AllMCPs" /></a>