← Back to Plugins
MCP Server MCP

GoModel

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:docker.io/enterpilot/gomodel:0.1.80

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/enterpilot/gomodel:0.1.80",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:8080/mcp"
      },
      "environmentVariables": [
        {
          "description": "Gateway API key clients authenticate with; unset runs the gateway in unsafe (no-auth) mode.",
          "isSecret": true,
          "name": "GOMODEL_MASTER_KEY"
        },
        {
          "description": "JSON object of upstream MCP servers to aggregate, e.g. {\"github\":{\"url\":\"https://api.githubcopilot.com/mcp/\",\"headers\":{\"Authorization\":\"Bearer ${GITHUB_PAT}\"}}}. Servers can also be declared in config.yaml or the admin dashboard.",
          "name": "MCP_SERVERS"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...