Skip to content

looking glass mcp for Zed

io.github.sahib-sawhney-wh/looking-glass-mcp

AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI.

client:Zed transport:stdio runtime:npm

Install looking glass mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "looking-glass-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "looking-glass-mcp"
      ],
      "env": {
        "BROWSER_HEADLESS": "<BROWSER_HEADLESS>",
        "BROWSER_SECURITY_PROFILE": "<BROWSER_SECURITY_PROFILE>",
        "VAULT_ENCRYPTION_KEY": "<VAULT_ENCRYPTION_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

looking glass mcp in other clients