Skip to main content
Glama

Bitrise MCP Server

Official
by bitrise-io
MIT License
25
  • Linux
  • Apple
Dockerfile536 B
FROM golang:1.25-bookworm AS builder # Optimise the generated binary for the AMD64 v3 micro‑architecture ENV GOAMD64=v3 ARG VERSION=development WORKDIR /build COPY . . RUN mkdir -p /out RUN go build -v -mod=vendor -o /out/bitrise-mcp \ -ldflags="-X 'main.BuildVersion=${VERSION}'" \ . FROM debian:bookworm-slim RUN apt-get update && apt-get install -y \ ca-certificates curl git \ && rm -rf /var/lib/apt/lists/* COPY --from=builder /out/bitrise-mcp / ENV ADDR="0.0.0.0:8000" EXPOSE 8000 CMD ["/bitrise-mcp"]

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/bitrise-io/bitrise-mcp'

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