Skip to content
Cursor

threadmap mcp for Cursor

io.github.advertflair/threadmap-mcp

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

client:Cursor transport:stdio runtime:npm

Install threadmap mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "threadmap-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "threadmap-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

threadmap mcp in other clients