← Back to Plugins
MCP Server MCP

io.github.t3ratech/mcp-session-bridge

github By github 👁 1 views ▲ 0 votes

Drive a browser you are already signed into, or a standalone automation browser.

Homepage Verified source GitHub

Install

npx -y @t3ratech/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@t3ratech/mcp-session-bridge",
      "version": "1.0.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "auto (default) uses the extension when its relay socket exists and falls back to a standalone browser; extension forces the extension; standalone forces its own browser.",
          "default": "auto",
          "name": "T3RNEL_SESSION_MODE"
        },
        {
          "description": "Set to 1 to run the standalone browser headless. Ignored in extension mode.",
          "name": "T3RNEL_SESSION_HEADLESS"
        },
        {
          "description": "How long a single tool call may take before it fails rather than hanging the client.",
          "default": "30000",
          "name": "T3RNEL_SESSION_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...