Skip to content

Releases: peless/claude-thread-continuity

🚀 v1.0.0 - Initial Release

07 Jun 19:44

Choose a tag to compare

🧠 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

🎯 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!