Back to Home
buildkite icon

buildkite-mcp-server

Verified Safe

by buildkite

Overview

An MCP server exposing Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors.

Installation

Run Command
docker run -i --rm -e BUILDKITE_API_TOKEN="<your_buildkite_api_token>" ghcr.io/buildkite/buildkite-mcp-server:0.7.0 stdio

Environment Variables

  • BUILDKITE_API_TOKEN

Security Notes

The server demonstrates good security practices: - API tokens are managed via environment variables (BUILDKITE_API_TOKEN) or a 1Password integration (BUILDKITE_API_TOKEN_FROM_1PASSWORD), avoiding hardcoded secrets. - Input validation is present for critical parameters, such as regex patterns in log searches and URL formats for pipelines/artifacts, mitigating injection risks. - The README recommends running in a container built from a secure base image (Chainguard static) and as an unprivileged user, promoting secure deployment. - Uses OpenTelemetry for tracing, which involves outbound network calls, but this is a standard and auditable practice. No 'eval' or obvious obfuscation techniques were found. The use of well-maintained Buildkite Go clients also contributes to overall security.

Similar Servers

Stats

Interest Score44
Security Score9
Cost ClassMedium
Avg Tokens1200
Stars41
Forks22
Last Update2025-12-11

Tags

Model Context ProtocolBuildkiteCI/CDAI IntegrationGo