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
{
"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