Skip to content
VS Code

Vessel Browser for VS Code

io.github.unmodeled-tyler/vessel-browser

AI-native browser runtime for autonomous agents with human-in-the-loop supervision

client:VS Code transport:stdio runtime:npm

Install Vessel Browser in VS Code

.vscode/mcp.json

{
  "servers": {
    "vessel-browser": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@quanta-intellect/vessel-browser"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Vessel Browser in other clients