Skip to content
Windsurf

GoModel for Windsurf

io.github.enterpilot/gomodel

Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.

client:Windsurf transport:stdio runtime:oci

Install GoModel 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": {
    "gomodel": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/enterpilot/gomodel:0.1.97"
      ],
      "env": {
        "GOMODEL_MASTER_KEY": "<GOMODEL_MASTER_KEY>",
        "MCP_SERVERS": "<MCP_SERVERS>"
      }
    }
  }
}

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

GoModel in other clients