Skip to content
Cline

GoModel for Cline

io.github.enterpilot/gomodel

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

client:Cline transport:stdio runtime:oci

Install GoModel in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

GoModel in other clients