buildkite-mcp-server
Verified Safeby buildkite
Overview
An MCP server that exposes Buildkite CI/CD data (pipelines, builds, jobs, tests) to AI tooling and editors for enhanced context and automation.
Installation
docker run -i --rm -e BUILDKITE_API_TOKEN="your-token" ghcr.io/buildkite/buildkite-mcp-server:0.7.0Environment Variables
- BUILDKITE_API_TOKEN
- BUILDKITE_API_TOKEN_FROM_1PASSWORD
Security Notes
The server relies on a Buildkite API token for authentication, requiring careful management of this secret. The `op` (1Password CLI) execution for fetching secrets is controlled and not arbitrary code execution. The README actively recommends running the server in a container (from a Chainguard static image, as an unprivileged user), which are strong security practices for deployment. No direct `eval` or similar dangerous patterns for arbitrary code execution were found.
Similar Servers
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
bitrise-mcp
Integrate Bitrise CI/CD operations with AI assistants via the Model Context Protocol (MCP).