optiqra mcp for Windsurf
io.github.armin5872/optiqra-mcp
MCP server exposing OptiQra's website audit tools: SEO, GEO, AEO, and AI-generated fixes.
client:Windsurf
transport:stdio
runtime:npm
Install optiqra mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"optiqra-mcp": {
"command": "npx",
"args": [
"-y",
"optiqra-mcp"
],
"env": {
"OPTIQRA_BASE_URL": "<OPTIQRA_BASE_URL>",
"OPTIQRA_PROVIDER_API_KEY": "<OPTIQRA_PROVIDER_API_KEY>",
"OPTIQRA_TIMEOUT_MS": "<OPTIQRA_TIMEOUT_MS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs