Skip to main content
Glama

mcp-victoriametrics

.goreleaser.yaml1.79 kB
version: 2 project_name: mcp-victoriametrics builds: - env: - CGO_ENABLED=0 goos: - linux - windows - darwin goarch: - amd64 - arm64 - arm - "386" main: ./cmd/mcp-victoriametrics/main.go binary: mcp-victoriametrics ldflags: - -X main.version={{.Version}} -X main.date={{ .CommitDate }} 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] checksum: name_template: 'checksums.txt' snapshot: version_template: "{{ .Tag }}-next" changelog: sort: asc dockers_v2: - images: - "ghcr.io/victoriametrics-community/mcp-victoriametrics" tags: - latest - "v{{ .Version }}" dockerfile: Dockerfile.goreleaser labels: "org.opencontainers.image.title": "{{.ProjectName}}" "org.opencontainers.image.description": "{{.ProjectName}}" "org.opencontainers.image.url": "{{.GitURL}}" "org.opencontainers.image.source": "{{.GitURL}}" "org.opencontainers.image.version": "{{.Version}}" "org.opencontainers.image.created": "{{.Date}}" "org.opencontainers.image.revision": "{{.FullCommit}}" "org.opencontainers.image.licenses": "Apache-2.0" "io.modelcontextprotocol.server.name": "io.github.VictoriaMetrics-Community/mcp-victoriametrics" annotations: "project": "{{.ProjectName}}" platforms: - linux/amd64 - linux/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/VictoriaMetrics-Community/mcp-victoriametrics'

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