π§ Keep your Claude conversations flowing! An MCP server that automatically saves and restores project context when threads hit token limits.
Config is the same across clients β only the file and path differ.
{
"mcpServers": {
"claude-continuity": {
"env": {},
"args": [
"~/.mcp-servers/claude-continuity/server.py"
],
"command": "python3"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Never lose context again! This MCP server automatically saves and restores project state when Claude threads hit token limits, ensuring seamless conversation continuity.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories β click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience β it helps other developers decide.
Sign in to write a review.
Others in ai-ml / productivity
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Dynamic problem-solving through sequential thought chains
MCP Security Weekly
Get CVE alerts and security updates for Claude Thread Continuity and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Never lose context again! This MCP server automatically saves and restores project state when Claude threads hit token limits, ensuring seamless conversation continuity.
Version 1.1 introduces intelligent project validation to prevent the common issue of accidentally creating multiple similar projects:
β Project "Hebrew Speaking Evaluation MVP" blocked
β
Similar project found: "Hebrew Evaluation MVP" (85% similar)
π― Recommendation: Update existing project or use force=true
# 1. Clone the repository
git clone https://github.com/peless/claude-thread-continuity.git
cd claude-thread-continuity
# 2. Install dependencies
pip install -r requirements.txt
# 3. Test the enhanced server
python3 test_server.py
# 4. Add to Claude Desktop config
# See setup instructions below
# Create permanent directory
mkdir -p ~/.mcp-servers/claude-continuity
cd ~/.mcp-servers/claude-continuity
# Copy files (or clone repo to this location)
# Place server.py and requirements.txt here
Edit your Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\\Claude\\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonAdd this configuration:
{
"mcpServers": {
"claude-continuity": {
"command": "python3",
"args": ["~/.mcp-servers/claude-continuity/server.py"],
"env": {}
}
}
}
Close and reopen Claude Desktop. The continuity tools will now be available automatically.
The server automatically saves project state when:
Before saving, the system:
force: true for edge casesWhen starting a new thread:
load_project_state: project_name="your-project"| Command | Description | NEW in v1.1 |
|---|---|---|
save_project_state | Save current project state | β¨ Now with validation |
load_project_state | Restore full project context | |
list_active_projects | View all tracked projects | |
get_project_summary | Get quick project overview | |
validate_project_name | Check for similar project names | β¨ NEW |
auto_save_checkpoint | Triggered au |