Skip to content
Cursor

legis link for Cursor

io.github.eutech-directory/legis-link

Construction compliance AI. Wire sizing, load calc, battery clearance. AU, USA, CA, UK, EU.

client:Cursor transport:stdio runtime:npm

Install legis link in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "legis-link": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "legis-link-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

legis link in other clients