Skip to content
Zed

VisualSpec for Zed

io.github.utkarshx27/visualspec

Structured, constraint-aware visual generation and deterministic layout for AI agents

client:Zed transport:stdio runtime:npm

Install VisualSpec 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": {
    "visualspec": {
      "command": "npx",
      "args": [
        "-y",
        "@utkarshx27/visualspec"
      ],
      "env": {
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>"
      }
    }
  }
}

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

VisualSpec in other clients