Skip to content
Zed

nightglass for Zed

io.github.mizukaizen/nightglass

Screenshot API for MCP clients. Capture any URL as PNG with mockup mode support.

client:Zed transport:stdio runtime:npm

Install nightglass 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": {
    "nightglass": {
      "command": "npx",
      "args": [
        "-y",
        "nightglass-mcp"
      ],
      "env": {
        "NIGHTGLASS_API_KEY": "<NIGHTGLASS_API_KEY>"
      }
    }
  }
}

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

nightglass in other clients