Your work, wherever your agents go.
Cove keeps your project's goals, decisions, sources, progress, and next steps in one private workspace. Save your context, create a handoff, and continue with another assistant without rebuilding the story from scratch.
Open Cove · Getting started · Documentation
- Open Cove and sign in with ChatGPT.
- Choose New project and give your project a name.
- Record your goal, current state, and next steps, then choose Save context.
- Choose Create handoff and copy the concise or full version into your next assistant conversation.
The public website runs the complete app on OpenAI Sites with persistent storage. Your projects require sign in and remain private to your account and the assistant connections you authorize. You do not need to install software or supply a model API key.
- Keep structured context with revision history and comparisons.
- Create handoffs pinned to a saved revision, with a warning when newer context exists.
- Copy a handoff manually or grant an assistant access to selected projects through MCP.
- Export projects as JSON or Markdown and import a Cove JSON export into a new project.
- Review activity, revoke assistant access, archive projects, or delete your data.
Cove stores what you submit. It does not automatically read your assistant conversations or fetch the contents of source links. Copied text remains outside Cove's control.
| I want to… | Start here |
|---|---|
| Use the public app and create my first handoff | Getting started |
| Connect an assistant | MCP tools, prompts, and compatibility |
| Run or develop Cove on my computer | Local development and testing |
| Maintain the hosted Sites edition | Sites architecture and operations |
| Operate my own PostgreSQL installation | PostgreSQL operations |
| Understand privacy or move my data | Privacy and export/import |
The hosted MCP address is https://cove-context.alx21.chatgpt.site/api/mcp. Live ChatGPT and Codex assistant connections remain unverified; the browser workflow and official SDK integration tests have separate verification records. Manual handoff copying works without an assistant connection. See the compatibility matrix.
The repository contains two distributions sharing the React frontend. The hosted edition uses a Worker, D1, and ChatGPT sign in. The original local distribution uses Fastify, PostgreSQL, and email/password accounts. Their accounts and data are separate.
Local prerequisites are Node.js 24, pnpm 11.19.0, Git, and Docker with Compose. Follow the setup guide for complete commands, email verification, testing, and troubleshooting. pnpm build builds Sites; pnpm build:local builds the local server.
| Path | Responsibility |
|---|---|
apps/web |
Shared React frontend |
apps/sites |
Hosted Worker, D1 operations, authentication, OAuth, and MCP |
apps/api |
Local Fastify API and email authentication |
packages/database and packages/domain |
PostgreSQL schema, migrations, and transactional operations |
packages/mcp and packages/shared |
MCP tools, validation, comparisons, and handoff formatting |
tests and scripts |
Automated checks, setup, builds, and recovery tools |
See GitHub Actions for current automated results and the documentation index for dated verification records and known limits.
Source is public for review. No open source license has been selected by the owner; public visibility does not itself grant a reuse license. Third party dependencies retain their own licenses.
