Skip to content

πŸš€ v1.0.0 - Initial Release

Latest

Choose a tag to compare

@peless peless released this 07 Jun 19:44
· 8 commits to main since this release

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