Skip to content
Zed

Sigasi Magic HDL for Zed

com.sigasi/magic-hdl

Analyze and verify Verilog, SystemVerilog, and VHDL projects from AI agents over MCP.

client:Zed transport:stdio runtime:npm

Install Sigasi Magic HDL 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": {
    "magic-hdl": {
      "command": "npx",
      "args": [
        "-y",
        "@sigasi/magic-hdl"
      ],
      "env": {
        "MAGIC_HDL_LICENSE_KEY": "<MAGIC_HDL_LICENSE_KEY>"
      }
    }
  }
}

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

Sigasi Magic HDL in other clients