Skip to content
Zed

threadmap mcp for Zed

io.github.advertflair/threadmap-mcp

Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.

client:Zed transport:stdio runtime:npm

Install threadmap mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "threadmap-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "threadmap-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

threadmap mcp in other clients