Skip to content
Windsurf

Connapse for Windsurf

io.github.destrayon/connapse

Self-hosted knowledge backend for AI agents with hybrid search and MCP tools

client:Windsurf transport:stdio runtime:oci

Install Connapse in Windsurf

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

{
  "mcpServers": {
    "connapse": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/destrayon/connapse:v0.3.2"
      ]
    }
  }
}

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

Connapse in other clients