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
{
"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