Skip to content
Zed

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

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

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

tidebase in other clients