Skip to content
Zed

nightmarquee for Zed

io.github.ant-dev-lab/nightmarquee

Cinematic website prompts as slash commands, tuned for Lovable, Bolt, Cursor and Claude.

client:Zed transport:stdio runtime:npm

Install nightmarquee 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": {
    "nightmarquee": {
      "command": "npx",
      "args": [
        "-y",
        "nightmarquee"
      ],
      "env": {
        "NIGHTMARQUEE_TOKEN": "<NIGHTMARQUEE_TOKEN>",
        "NIGHTMARQUEE_NO_TELEMETRY": "<NIGHTMARQUEE_NO_TELEMETRY>",
        "NIGHTMARQUEE_TIMEOUT_MS": "<NIGHTMARQUEE_TIMEOUT_MS>"
      }
    }
  }
}

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

nightmarquee in other clients