mcue closeoutClose out a session
Capture what you meant to do, what happened, blockers, the next action, and the exact resume pointer.
Close out a session, resume with bounded context, and give agents the same state through MCP. Core is Apache-2.0, works offline, and needs no account.
mcue init payments-apiregister a project, anchored to this directorymcue closeout payments-apicapture intent, outcome, next action, and resume pointermcue resume payments-apire-enter with a bounded context packetmcue hub set https://api.mcue.devoptional — choose a Hub endpointmcue loginoptional — connect Core to Hubmcue publish payments-apioptional — keep this project reachablemcue sync payments-apioptional — exchange accepted operationsThe loop runs entirely on disk. Everything after this section is optional.
mcue closeoutCapture what you meant to do, what happened, blockers, the next action, and the exact resume pointer.
mcue resumeA packet capped at 300 or 1000 tokens: enough to re-enter, small enough to hand to an agent.
ls ~/.mcueMarkdown with YAML front matter under $MCUE_HOME. Diffable, greppable, and editable.
mcue serve --mcpThe local MCP server exposes the same validated read and write surface as the CLI.
Core makes no network request unless you run mcue login.
The full local product works before you sign in to anything.
Core makes no network request until you explicitly run mcue login.
Markdown and YAML you can inspect, diff, and repair by hand.
mcue holds operating state. Your code stays where it is.
Permissive open-source licensing, including the patent grant.
Publish privately, connect the hosted MCP endpoint once, then let agents continue against accepted state while every local device is offline.
mcue publish creates a private Hub project.
Use one persistent endpoint, read-only until elevated.
No tunnel or local daemon remains online.
Agents use accepted state through Hub.
Core applies ordered operations and replays pending local work.
Colour is never the only signal. Sequence, cursor, and pending count stay visible.
Local and hosted MCP are reachable. Cursor #1843 · pending 0.
The computer is genuinely off. Local MCP is unavailable.
Agents keep reading and writing accepted state through Hub.
Core pulls #1844–#1846 in order; provenance survives.
https://api.mcue.dev/mcpStart locally in under a minute. Publishing remains a separate, explicit action.
brew install ck46/tap/mcuego install github.com/ck46/mcue/cmd/mcue@latest