Server data from the Official MCP Registry
Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.
Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
5 files analyzed Β· 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-advertflair-threadmap-mcp": {
"args": [
"-y",
"threadmap-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Conversation drift visualization and forking for Claude.
Stop losing your original intent. See exactly where your conversation drifted. Fork from any point and pick up with clean context.
Color dots on every message β live drift tracking:

Timeline panel with fork buttons at every inflection point:

| MCP Server | Chrome Extension | |
|---|---|---|
| Works in | Claude Code (terminal) | claude.ai (browser) |
| Install | claude mcp add threadmap npx threadmap-mcp | Load unpacked from chrome-extension/ folder |
| What you get | 7 tools β track, timeline, fork, branch | Color dots on every message, timeline panel, one-click fork |
| Best for | Developers building with Claude Code | Anyone using claude.ai daily |
Both are in this repo. Use one or both.
The Chrome extension injects ThreadMap directly into the claude.ai interface. No config. Just install and open Claude.
1. Clone or download this repo
2. Open Chrome β chrome://extensions
3. Enable Developer mode (top right toggle)
4. Click Load unpacked β select the chrome-extension folder
5. Open any Claude conversation β ThreadMap activates automatically
chrome-extension/
βββ manifest.json β Extension config (Manifest v3)
βββ content.js β Core drift engine + DOM injection
βββ threadmap.css β All injected styles
βββ popup.html β Extension popup with color legend
βββ icon16.png β Icons
βββ icon48.png
βββ icon128.png
Heads up: The extension uses Developer mode (load unpacked). A Chrome Web Store version is on the roadmap.
The MCP server adds 7 tools to Claude Code for programmatic drift tracking.
claude mcp add threadmap npx threadmap-mcp
Or manually add to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"threadmap": {
"command": "npx",
"args": ["threadmap-mcp"]
}
}
}
threadmap_track(sessionId="myproject", role="user", content="build me a login system with JWT auth")
β π΅ Blue β Drift: 0% β Origin intent set
threadmap_track(sessionId="myproject", role="user", content="the refresh token keeps expiring after 30 seconds")
β π Orange β Drift: 63% β β‘ INFLECTION POINT detected
threadmap_timeline(sessionId="myproject")
β Full color-coded map of all messages with fork instructions
threadmap_fork(sessionId="myproject", messageIndex=6, branchName="jwt-debug")
β πΏ Branch created β clean context from messages 1β7
| Tool | What it does |
|---|---|
threadmap_track | Track a message, get drift score + color |
threadmap_timeline | Full color-coded conversation map |
threadmap_fork | Fork from any message index |
threadmap_branch_context | Clean context packet for any branch |
threadmap_status | Quick current drift check |
threadmap_reset | Archive thread, start fresh |
threadmap_legend | Show color reference guide |
| Color | Drift | Meaning |
|---|---|---|
| π΅ Blue | 0β15% | On track β core intent |
| π’ Green | 16β35% | Productive expansion |
| π‘ Yellow | 36β55% | Adjacent drift |
| π Orange | 56β72% | Inflection point β meaningful pivot |
| π΄ Red | 73β88% | Full context break |
| π£ Purple | 89β95% | Meta β talking about the conversation |
| βͺ White | 96β100% | Resolution |
Orange and Red = fork candidates. The conversation has left your original intent behind.
Claude Code β architecture integrity Track every message while building. Orange = scope creep. Fork before the drift gets worse. Architecture decisions from the first 10 messages stay clean.
Long previous conversations Click βΊ rescan in the Chrome extension. ThreadMap scrolls to the top, loads all messages, scans every one, then returns you to the bottom β all dots appear.
Team handoffs
Use threadmap_branch_context to extract a clean summary of what was decided. Paste it into a new session β no scrolling through 200 messages.
Non-linear conversation navigation is the missing primitive for AI-native work. Right now Claude conversations are books with no table of contents, no chapters, no bookmarks.
ThreadMap is the table of contents. If this becomes the standard, it travels across Claude, GPT, Gemini, anything. Nobody owns it. Everybody benefits.
MIT licensed. See CONTRIBUTING.md.
git clone https://github.com/Advertflair/threadmap-mcp
cd threadmap-mcp
npm install
npm run build
PRs welcome especially for: better drift scoring, Chrome extension improvements, and other AI platform support.
MIT β see LICENSE
Built by Advertflair. Open source. Ship it.
Be the first to review this server!
by Modelcontextprotocol Β· Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno Β· Developer Tools
Toleno Network MCP Server β Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace Β· Developer Tools
Create, build, and publish Python MCP servers to PyPI β conversationally.
by Microsoft Β· Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace Β· Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm β conversationally
by mcp-marketplace Β· Finance
Free stock data and market news for any MCP-compatible AI assistant.