๐ง Keep your Claude conversations flowing! An MCP server that automatically saves and restores project context when threads hit token limits.
{
"mcpServers": {
"claude-thread-continuity": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
๐ง Keep your Claude conversations flowing! An MCP server that automatically saves and restores project context when threads hit token limits.
Is it safe?
No package registry to scan.
No authentication โ any process on your machine can connect.
MIT. View license โ
Is it maintained?
Last commit 260 days ago. 66 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience โ it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
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