Skip to content
Zed

Zenith for Zed

io.github.zenitheditor/zenith

Author, validate, edit, and render deterministic .zen design docs to PNG/PDF.

client:Zed transport:stdio runtime:npm

Install Zenith in Zed

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

{
  "context_servers": {
    "zenith": {
      "command": "npx",
      "args": [
        "-y",
        "@zenitheditor/zenith-mcp"
      ]
    }
  }
}

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

Zenith in other clients