Skip to main content
Glama

CentralMind/Gateway

.goreleaser.yaml1.48 kB
version: 2 project_name: "gateway" before: hooks: - go mod tidy - go generate ./... builds: - env: - CGO_ENABLED=0 goos: - linux goarch: - amd64 - arm64 main: . binary: gateway archives: - formats: ["tar.gz"] name_template: >- {{ .ProjectName }}_ {{- .Os }}_ {{- .Arch }} changelog: sort: asc filters: exclude: - "^docs:" - "^test:" release: github: owner: "centralmind" name: "gateway" name_template: "{{.ProjectName}}-v{{.Version}}" dockers: - image_templates: - "ghcr.io/centralmind/gateway:{{.Version}}-amd64" - "ghcr.io/centralmind/gateway:latest-amd64" goos: linux goarch: amd64 use: buildx dockerfile: Dockerfile build_flag_templates: - "--platform=linux/amd64" - image_templates: - "ghcr.io/centralmind/gateway:{{.Version}}-arm64" - "ghcr.io/centralmind/gateway:latest-arm64" goos: linux goarch: arm64 use: buildx dockerfile: Dockerfile build_flag_templates: - "--platform=linux/arm64" docker_manifests: - name_template: "ghcr.io/centralmind/gateway:{{.Version}}" image_templates: - "ghcr.io/centralmind/gateway:{{.Version}}-amd64" - "ghcr.io/centralmind/gateway:{{.Version}}-arm64" - name_template: "ghcr.io/centralmind/gateway:latest" image_templates: - "ghcr.io/centralmind/gateway:latest-amd64" - "ghcr.io/centralmind/gateway:latest-arm64"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/centralmind/gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server