Buildkite MCP
Trigger and monitor Buildkite builds, fetch logs, and manage pipelines and agents.
Overview
| Catalog ID | mcp-buildkite |
| Category | ci-cd |
| Auth method | API key |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
trigger_build | Trigger a Buildkite build. |
list_builds | List builds. |
get_build_log | Get build log output. |
cancel_build | Cancel a running build. |
list_pipelines | List pipelines. |
Tool parameters
trigger_build
Trigger a Buildkite build.
| Parameter | Type | Description | |
|---|---|---|---|
organization | string | required | Organization slug |
pipeline | string | required | Pipeline slug |
branch | string | required | Branch name |
commit | string | optional | Commit SHA |
message | string | optional | Build message |
list_builds
List builds.
| Parameter | Type | Description | |
|---|---|---|---|
organization | string | required | Organization slug |
pipeline | string | optional | Pipeline slug |
state | string | optional | Filter by state |
get_build_log
Get build log output.
| Parameter | Type | Description | |
|---|---|---|---|
organization | string | required | Organization slug |
pipeline | string | required | Pipeline slug |
build_number | integer | required | Build number |
cancel_build
Cancel a running build.
| Parameter | Type | Description | |
|---|---|---|---|
organization | string | required | Organization slug |
pipeline | string | required | Pipeline slug |
build_number | integer | required | Build number |
list_pipelines
List pipelines.
| Parameter | Type | Description | |
|---|---|---|---|
organization | string | required | Organization slug |
Installing
- In Cendriix, go to Settings → MCPs
- Find Buildkite and click Install
- Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
- Click Test Connection to run a health check and list available tools
Authentication. Paste your API key after installing. It is validated, then encrypted at rest in a secrets vault scoped to your tenant.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on