The problem
A coding agent starts every session blank, and every session it records dies on the laptop that made it. The decisions you argued out yesterday, the approach a teammate already rejected and why, the value someone settled on after three attempts. All of it is in a transcript nobody else can search. So each person re-explains the same project to the same kind of agent, every day, in parallel.What ResumeContext does
A small daemon records your coding-agent sessions locally and syncs them to a shared project archive. Every agent on the team then gets that archive back as an MCP server, and answers from your real history inside the session you are already in. It reads the history your agents already write to disk, so nothing is installed into the agent and nothing changes about how you prompt. Seeagents for the ones it reads today.
What it is for
Two things, and they are the reason to install it.Your team stops re-deriving what someone already worked out
Everyone on a project pushes to the same archive. When you start a session,
your agent can read what a teammate did this morning: the approach they took,
what they ruled out, and why.
what did Priya change in the auth flow is
answered from her sessions, cited by session and line, rather than from a
stand-up you both had to attend.A usage limit stops the agent, not the work
The archive is a plain MCP server, tied to the project rather than to an agent
or an account. When one agent hits its limit, point the next one at the same
project and it reads everything the last one did. A different tool, a second
account and a different machine all work the same way.
What else it gets you
Managing a team without the status round
Anyone with access can ask the project what moved this week, who is stuck
and on what, and whether two people are quietly solving the same problem.
Answered from the sessions the work happened in, so nobody writes an update.
Recall past any context window
Months of sessions stay searchable. The agent pulls in only the passages
that matter, rather than holding history in the window to keep it.
ResumeContext is free to use while it is in beta.
Start here
Quickstart
Four commands, about two minutes. After that it syncs on its own.