Serversio.github.Sahib-Sawhney-WH/looking-glass-mcp
M

io.github.Sahib-Sawhney-WH/looking-glass-mcp

io.github.Sahib-Sawhney-WH/looking-glass-mcp · v3.1.1
▦ npm
v3.1.1npm npm: looking-glass-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.Sahib-Sawhney-WH/looking-glass-mcp",
  "description": "AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI.",
  "repository": {
    "url": "https://github.com/Sahib-Sawhney-WH/LookingGlass",
    "source": "github"
  },
  "version": "3.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "looking-glass-mcp",
      "version": "3.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Run browser in headless mode",
          "format": "string",
          "name": "BROWSER_HEADLESS"
        },
        {
          "description": "Security profile: restricted, local-dev, open, or sandbox",
          "format": "string",
          "name": "BROWSER_SECURITY_PROFILE"
        },
        {
          "description": "Passphrase for credential vault encryption (32+ chars). Store credentials via CLI: npx looking-glass-mcp vault store <profile>",
          "format": "string",
          "isSecret": true,
          "name": "VAULT_ENCRYPTION_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}