Skip to content
Cursor

age gate lint for Cursor

io.github.jmshinhwa/age-gate-lint

8 rules for Ofcom's highly effective age assurance duty, in force since 25 July 2025, where the pena

client:Cursor transport:stdio runtime:npm

Install age gate lint in Cursor

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

{
  "mcpServers": {
    "age-gate-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/age-gate-lint"
      ]
    }
  }
}

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

age gate lint in other clients