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
{
"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