Skip to content
Cursor

conformy for Cursor

io.github.swikingswe/conformy

EU AI Act & NIS2 compliance — classify AI systems, check obligations, draft docs.

client:Cursor transport:stdio runtime:npm

Install conformy in Cursor

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

{
  "mcpServers": {
    "conformy": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@conformy/mcp-server"
      ]
    }
  }
}

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

conformy in other clients