One shared archive of every coding-agent session, handed back through MCP. Two things it fixes: your team’s context stops being trapped on each laptop, and switch between coding agents without loosing context.
Hey Product Hunt 👋
I built this to solve two problems:
- **A usage limit ending my agent mid-task.** ResumeContext lets agents share context, so I open another one, say "continue the work from the previous agent", and it does.
- **A manager constantly asking me for updates.** All of my work happens through coding agents, so all the context for that update is already sitting there. Now my manager asks *their* agent how my work is going, and gets the detail they want without asking me.
It works by syncing what Claude Code, Codex, Cursor and opencode already write to disk into one archive per project, which every agent reads back over MCP. Setup is one message to the agent you already have open:
```
Set up ResumeContext on this project, following https://resumecontext.com/docs/a...
```
It's beta and free while it is. macOS and Linux (Windows works except background sync).
I would love feedback on the product! Thank you
SuperTokens