colab-bridge

yuvrajyadav17/colab-bridge
★ 0 stars Unknown language Code/Dev Tools Updated today
Drive a live Chromium session and its Google Colab notebooks over raw Chrome DevTools Protocol - from a CLI, an MCP server (12 tools), or a Next.js portal with live run streaming and per-action approvals.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "colab-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "yuvrajyadav17/colab-bridge"
      ]
    }
  }
}