Skip to content
Cursor

regula for Cursor

io.github.kuzivaai/regula

Offline AI governance code indicators (EU AI Act, Korea, Colorado). Indication, not legal advice.

client:Cursor transport:stdio runtime:pypi

Install regula in Cursor

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

{
  "mcpServers": {
    "regula": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "regula-ai"
      ]
    }
  }
}

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

regula in other clients