buildkite/buildkite-mcp-server
Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more.
Quick Start
Clone the repository:
git clone https://github.com/buildkite/buildkite-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "npx",
"args": [
"-y",
"buildkite/buildkite-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.