SaveContext

Never lose context in your AI coding sessions

Open-source MCP server that syncs your AI conversations, creates checkpoints, and keeps your context persistent across sessions. Works with Claude Code and other AI assistants.

Session Management

Track all your AI coding sessions with automatic context preservation. Resume conversations exactly where you left off.

Checkpoints

Create named checkpoints of your work state. Restore to any checkpoint instantly if something goes wrong.

Cross-Session Context

Keep important context items across sessions. Never explain the same thing twice to your AI assistant.

Installation

Clone the repository and build the MCP server:

Clone the repository
git clone https://github.com/greenfieldlabs-inc/savecontext.git
Install and build
cd savecontext/server
pnpm install && pnpm build

Add to your MCP client configuration:

~/.config/claude/mcp.json
{
  "mcpServers": {
    "savecontext": {
      "command": "node",
      "args": ["/path/to/savecontext/server/dist/index.js"]
    }
  }
}

Open Source & Free

SaveContext is MIT licensed. Star the repo, contribute, or just use it for free.

View on GitHub