Sigasi Magic HDL for Windsurf
com.sigasi/magic-hdl
Analyze and verify Verilog, SystemVerilog, and VHDL projects from AI agents over MCP.
client:Windsurf
transport:stdio
runtime:npm
Install Sigasi Magic HDL in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"magic-hdl": {
"command": "npx",
"args": [
"-y",
"@sigasi/magic-hdl"
],
"env": {
"MAGIC_HDL_LICENSE_KEY": "<MAGIC_HDL_LICENSE_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs