tidebase for Zed
io.github.blueprintlabio/tidebase
Inspect Tidebase agent runs, resolve approval gates, and trigger recovery from your AI assistant.
client:Zed
transport:stdio
runtime:npm
Install tidebase in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tidebase": {
"command": "npx",
"args": [
"-y",
"@tidebase/mcp"
],
"env": {
"TIDEBASE_URL": "<TIDEBASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs