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
{
"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