Skip to content
VS Code

Zenith for VS Code

io.github.zenitheditor/zenith

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

client:VS Code transport:stdio runtime:npm

Install Zenith in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Zenith in other clients