glass-browser 0.2.2

Local, revision-safe Chrome automation runtime for agents, with semantic observation, verified workflows, MCP, CLI, TUI, and Rust APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "glass",
  "displayName": "Glass Browser Control Plane",
  "description": "Lightweight local-first browser control plane for Chrome/CDP.",
  "repository": "https://github.com/wanazhar/glass",
  "license": "MIT",
  "transport": {
    "type": "stdio",
    "command": "glass",
    "args": ["--mcp"]
  },
  "recommendedPolicy": ["--policy", "hardened"],
  "protocolVersion": "2024-11-05",
  "packageManagers": ["cargo", "npm"]
}