Skip to content
Cursor

aiact for Cursor

io.github.thegridwork/aiact

Scan codebases for AI usage, classify risk, generate EU AI Act compliance reports.

client:Cursor transport:stdio runtime:npm

Install aiact in Cursor

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

{
  "mcpServers": {
    "aiact": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gridwork-aiact"
      ]
    }
  }
}

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

aiact in other clients