Skip to content
Windsurf

continuum for Windsurf

io.github.pouyahasanamreji/continuum

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

client:Windsurf transport:stdio runtime:oci

Install continuum 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": {
    "continuum": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/pouyahasanamreji/continuum:0.3.0"
      ],
      "env": {
        "ORCHESTRATOR_DB_PATH": "<ORCHESTRATOR_DB_PATH>",
        "EMBEDDER_URL": "<EMBEDDER_URL>",
        "EMBEDDER_MODEL": "<EMBEDDER_MODEL>",
        "EMBEDDER_DIM": "<EMBEDDER_DIM>"
      }
    }
  }
}

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

continuum in other clients