Skip to content
Windsurf

mcp for Windsurf

io.github.dojogenesis/mcp

Practice library for coding agents: skill search/invoke, seed patches, scout, reflect, ADR writer

client:Windsurf transport:stdio runtime:oci

Install mcp 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": {
    "mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dojogenesis/mcp:3.2.1"
      ],
      "env": {
        "DOJO_SKILLS_PATH": "<DOJO_SKILLS_PATH>",
        "DOJO_ADR_PATH": "<DOJO_ADR_PATH>"
      }
    }
  }
}

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

mcp in other clients