OpenAEO for Windsurf
dev.openaeo/audit
Asks 8 AI crawlers for your page, checks who really answered, and writes the fixes. MIT.
client:Windsurf
transport:stdio
runtime:npm
Install OpenAEO in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"audit": {
"command": "npx",
"args": [
"-y",
"openaeo-audit"
],
"env": {
"OPENAEO_API_KEY": "<OPENAEO_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs