Skip to content
Windsurf

Shuttle for Windsurf

io.github.grarcht/shuttle

Android framework and solution that prevents TransactionTooLargeException crashes by design.

client:Windsurf transport:stdio runtime:oci

Install Shuttle in Windsurf

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

{
  "mcpServers": {
    "shuttle": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/grarcht/shuttle-mcp:4.0.0"
      ]
    }
  }
}

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

Shuttle in other clients