buildkite-mcp-server
Model Context Protocol (MCP) server exposing Buildkite data (pipelines, builds, jobs, tests) to AI tooling and editors.
Full documentation is available at buildkite.com/docs/apis/mcp-server.
Library Usage
The exported Go API of this module should be considered unstable, and subject to breaking changes as we evolve this project.
Security
To ensure the MCP server is run in a secure environment, we recommend running it in a container.
This image is built from cgr.dev/chainguard/static and runs as an unprivileged user.
Contributing
Development guidelines are in DEVELOPMENT.md.
License
MIT © Buildkite
SPDX-License-Identifier: MIT
Recommend MCP Servers 💡
webscraping-ai-mcp
A Model Context Protocol (MCP) server implementation that integrates with WebScraping.AI for web data extraction capabilities.
yandex-maps-mcp
An MCP server that integrates with Yandex Maps API for map rendering and geocoding functionalities.
jpheimonen/code-oracle
A Python MCP server using Gemini 2.5 Flash to locate code in a codebase for Cursor.
jp-weather-mcp-server
A simple MCP server that provides Japan weather information using the livedoor weather API.
optimade-mcp-server
An MCP tool for querying Optimade-compatible material databases with configurable filter presets and provider endpoints.
code-to-tree
A runtime-free MCP server that converts source code into AST🌲, regardless of language.