Skip to content
Windsurf

Vexor for Windsurf

io.github.scarletkc/vexor

A semantic search engine for files and code.

client:Windsurf transport:stdio runtime:pypi

Install Vexor in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "vexor": {
      "command": "uvx",
      "args": [
        "vexor"
      ],
      "env": {
        "VEXOR_API_KEY": "<VEXOR_API_KEY>",
        "VEXOR_REMOTE_RERANK_API_KEY": "<VEXOR_REMOTE_RERANK_API_KEY>",
        "VEXOR_CONFIG_JSON": "<VEXOR_CONFIG_JSON>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Vexor in other clients