buildkite/buildkite-mcp-server
Official MCP Server for Buildkite.
Platform-specific configuration:
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "npx",
"args": [
"-y",
"buildkite-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://buildkite.com/buildkite/buildkite-mcp-server)
> [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server exposing Buildkite data (pipelines, builds, jobs, tests) to AI tooling and editors.
Full documentation is available at buildkite.com/docs/apis/mcp-server.
---
The exported Go API of this module should be considered unstable, and subject to breaking changes as we evolve this project.
---
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.
---
Development guidelines are in `DEVELOPMENT.md`.
---
MIT © Buildkite
SPDX-License-Identifier: MIT
Loading reviews...