π§ Claude Thread Continuity MCP Server v1.0.0
Never lose context again! This is the initial release of the Claude Thread Continuity MCP server.
β¨ Features
- π Automatic State Persistence - Auto-saves project context during conversations
- β‘ Seamless Restoration - Instantly restore full context when starting new threads
- π Privacy First - All data stored locally on your machine
- π― Zero Configuration - Works invisibly once set up
- π Smart Triggers - Auto-saves on file changes, decisions, milestones
- ποΈ Multi-Project Support - Manage multiple concurrent projects
π Quick Installation
# Download and install
wget https://github.com/peless/claude-thread-continuity/archive/v1.0.0.tar.gz
tar -xzf v1.0.0.tar.gz
cd claude-thread-continuity-1.0.0
# Set up
mkdir -p ~/.mcp-servers/claude-continuity
cp server.py requirements.txt ~/.mcp-servers/claude-continuity/
cd ~/.mcp-servers/claude-continuity
pip install -r requirements.txt
# Test installation
python3 test_server.pyπ Documentation
- Installation Guide - Step-by-step setup instructions
- Usage Examples - Practical examples
- README - Complete documentation
π― Why This Matters
Before: π« Hit token limit β Lose all context β Re-explain everything
After: π Hit token limit β Start new thread β load_project_state β Continue seamlessly
Perfect for developers, researchers, writers, and anyone doing complex work with Claude!
π€ Community
Built with β€οΈ for the Claude community. Issues and contributions welcome!