Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

Sigasi Magic HDL in other clients