MCP server

Buildkite
MCPOfficial Buildkite MCP. Pipelines, builds, tests.
Buildkite’s own server. Why the job failed, without opening the UI.
latest·MIT·Updated this quarter·github.com/buildkite/buildkite-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"buildkite": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server"
],
"env": {
"BUILDKITE_API_TOKEN": "…"
}
}
}
}By Buildkite
Spec
What the server actually exposes.
list_pipelines
readPipelines in the org.
list_builds
readRecent builds.
test_insights
readFailing tests on a build.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
buildkite-mcp.mcp/tools
Tools
- read
list_pipelines
Pipelines in the org.
- read
list_builds
Recent builds.
- read
test_insights
Failing tests on a build.
Last call
{ "ok": true,
"tool": "list_pipelines",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
