Skip to content
Windsurf

codesurface for Windsurf

io.github.codeturion/codesurface

Indexes your codebase's public API and serves it via compact MCP tool responses.

client:Windsurf transport:stdio runtime:pypi

Install codesurface in Windsurf

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

{
  "mcpServers": {
    "codesurface": {
      "command": "uvx",
      "args": [
        "codesurface"
      ]
    }
  }
}

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

codesurface in other clients