Skip to content
Cline

mcp session bridge for Cline

io.github.t3ratech/mcp-session-bridge

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

client:Cline transport:stdio runtime:npm

Install mcp session bridge in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp session bridge in other clients