Skip to content
Windsurf

index server for Windsurf

io.github.jagilber-org/index-server

MCP instruction indexing server with search, CRUD, validation, and cross-repo knowledge promotion.

client:Windsurf transport:stdio runtime:npm

Install index server in Windsurf

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

{
  "mcpServers": {
    "index-server": {
      "command": "npx",
      "args": [
        "-y",
        "@jagilber-org/index-server"
      ]
    }
  }
}

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

index server in other clients