Skip to content
Zed

siren for Zed

io.github.yoavhizkih/siren

MCP server for Siren diagramming — teach AI models to create beautiful diagrams with Siren syntax

client:Zed transport:stdio runtime:npm

Install siren in Zed

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

{
  "context_servers": {
    "siren": {
      "command": "npx",
      "args": [
        "-y",
        "siren-mcp"
      ]
    }
  }
}

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

siren in other clients