MCP Directory
Back

claude-thread-continuity

by peless · Python · ★ 64

🧠 Keep your Claude conversations flowing! An MCP server that automatically saves and restores project context when threads hit token limits.

Install

pip install git+https://github.com/peless/claude-thread-continuity.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "claude-thread-continuity": {
      "command": "uvx",
      "args": [
        "git+https://github.com/peless/claude-thread-continuity.git"
      ]
    }
  }
}

From the README

**Never lose context again!** This MCP server automatically saves and restores project state when Claude threads hit token limits, ensuring seamless conversation continuity. - **🔄 Automatic State Persistence** - Auto-saves project context during conversations - **⚡ Seamless Restoration** - Instantly restore full context when starting new threads - **🛡️ Smart Validation** - Prevents project fragmentation with intelligent name checking - **🔒 Privacy First** - All data stored locally on your machine - **🎯 Zero Configuration** - Works invisibly once set up - **📊 Smart Triggers** - Auto-saves…
Read full README on GitHub →

Related other servers