Skip to main content
Glama

Ruiyu Ma

Official
by github
MIT License
22,954
  • Linux
  • Apple
.goreleaser.yaml960 B
version: 2 project_name: github-mcp-server before: hooks: - go mod tidy - go generate ./... builds: - env: - CGO_ENABLED=0 ldflags: - -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} goos: - linux - windows - darwin main: ./cmd/github-mcp-server archives: - formats: tar.gz # this name template makes the OS and Arch compatible with the results of `uname`. name_template: >- {{ .ProjectName }}_ {{- title .Os }}_ {{- if eq .Arch "amd64" }}x86_64 {{- else if eq .Arch "386" }}i386 {{- else }}{{ .Arch }}{{ end }} {{- if .Arm }}v{{ .Arm }}{{ end }} # use zip for windows archives format_overrides: - goos: windows formats: zip changelog: sort: asc filters: exclude: - "^docs:" - "^test:" release: draft: true prerelease: auto name_template: "GitHub MCP Server {{.Version}}"

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/github/github-mcp-server'

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