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.
Track all your AI coding sessions with automatic context preservation. Resume conversations exactly where you left off.
Create named checkpoints of your work state. Restore to any checkpoint instantly if something goes wrong.
Keep important context items across sessions. Never explain the same thing twice to your AI assistant.
Clone the repository and build the MCP server:
Add to your MCP client configuration:
{
"mcpServers": {
"savecontext": {
"command": "node",
"args": ["/path/to/savecontext/server/dist/index.js"]
}
}
}SaveContext is MIT licensed. Star the repo, contribute, or just use it for free.
View on GitHub