ocular for Windsurf
io.github.xyun1996/ocular
Vision tools for coding agents: screenshots, OCR, UI diffs, errors, tables, and charts.
client:Windsurf
transport:stdio
runtime:npm
Install ocular in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ocular": {
"command": "npx",
"args": [
"-y",
"ocular-mcp"
],
"env": {
"OCULAR_BASE_URL": "<OCULAR_BASE_URL>",
"OCULAR_API_KEY": "<OCULAR_API_KEY>",
"OCULAR_MODEL": "<OCULAR_MODEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs