Skip to content

mcp session bridge for Zed

io.github.t3ratech/mcp-session-bridge

Drive a browser you are already signed into, through the free T3rnel Browser extension.

client:Zed transport:stdio runtime:npm

Install mcp session bridge 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": {
    "mcp-session-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@t3ratech/mcp-session-bridge"
      ],
      "env": {
        "T3RNEL_SESSION_MODE": "<T3RNEL_SESSION_MODE>",
        "T3RNEL_SESSION_HEADLESS": "<T3RNEL_SESSION_HEADLESS>",
        "T3RNEL_SESSION_TIMEOUT_MS": "<T3RNEL_SESSION_TIMEOUT_MS>"
      }
    }
  }
}

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

mcp session bridge in other clients