Skip to content
Claude Desktop

GoModel for Claude Desktop

io.github.enterpilot/gomodel

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

client:Claude Desktop transport:stdio runtime:oci

Install GoModel in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

GoModel in other clients