Skip to content
Cursor

OpenAEO for Cursor

dev.openaeo/audit

Asks 8 AI crawlers for your page, checks who really answered, and writes the fixes. MIT.

client:Cursor transport:stdio runtime:npm

Install OpenAEO in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "audit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openaeo-audit"
      ],
      "env": {
        "OPENAEO_API_KEY": "<OPENAEO_API_KEY>"
      }
    }
  }
}

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

OpenAEO in other clients