Threadmap Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Threadmap Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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:
ThreadMap drift dots demo
Timeline panel with fork buttons at every inflection point:
ThreadMap timeline panel
| 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 automaticallychrome-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.pngHeads 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-mcpOr 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 buildPRs welcome especially for: better drift scoring, Chrome extension improvements, and other AI platform support.
MIT — see LICENSE
Built by [Advertflair](https://advertflair.com). Open source. Ship it.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.