Sigasi Magic HDL for Cursor
com.sigasi/magic-hdl
Analyze and verify Verilog, SystemVerilog, and VHDL projects from AI agents over MCP.
client:Cursor
transport:stdio
runtime:npm
Install Sigasi Magic HDL in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"magic-hdl": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sigasi/magic-hdl"
],
"env": {
"MAGIC_HDL_LICENSE_KEY": "<MAGIC_HDL_LICENSE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs