Skip to content
Zed

TabTree for Zed

app.tabtree/tabtree

Turn conversations into mind maps and whiteboards — in your TabTree account, or local files.

client:Zed transport:stdio runtime:npm

Install TabTree in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tabtree": {
      "command": "npx",
      "args": [
        "-y",
        "tabtree-mcp"
      ],
      "env": {
        "TABTREE_API_KEY": "<TABTREE_API_KEY>",
        "TABTREE_DIR": "<TABTREE_DIR>"
      }
    }
  }
}

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

TabTree in other clients