Buildkite MCP Server

Full documentation is available at buildkite.com/docs/apis/mcp-server.

People who need API integration tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in Go.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 52 · #138 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Go servers · how we verify → /methodology

01 · Install Buildkite MCP Server

before you install - you'll need

Set BUILDKITE_API_TOKEN, BUILDKITE_PASSTHROUGH_HTTP_HEADERS before connecting.

Docker

docker run -i --rm ghcr.io/buildkite/buildkite-mcp-server:0.7.0

Claude Desktop - add to config

{
  "mcpServers": {
    "buildkite-buildkite-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.buildkite is GitHub-verified and matches the repo owner

03 · What Buildkite MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.20.0 · 2026-08-24

update go-minor-patch · filter agents by cluster queue ID · add telemetry context to tool inputs · update module github.com/stretchr/testify to v1.12.1 · run go fix and add lefthook

v1.19.0 · 2026-08-19

Buildkite MCP server v1.19.0 adds per-build Test Engine results (list_tests_for_build), dynamic pipeline upload inspection (list_step_uploads, get_step_upload), and job state counts in build failure summaries - so AI…

v1.18.0 · 2026-08-11

Add list_tests MCP tool for listing Test Engine tests with execution metrics · New Contributors · @meghan-kradolfer made their first contribution in

04 · Who maintains Buildkite MCP Server

buildkite-mcp-server is maintained by buildkite. It's the only MCP server we track from this author; the repo dates to Apr 2025.

05 · Facts

category
API integration - ranked #138 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.buildkite/buildkite-mcp-server (active, first published 2025-10-10)
packages
oci:ghcr.io/buildkite/buildkite-mcp-server:0.7.0

06 · Buildkite MCP Server FAQ

What is Buildkite MCP Server?

Full documentation is available at buildkite.com/docs/apis/mcp-server.

Is Buildkite MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Buildkite MCP Server?

Run `docker run -i --rm ghcr.io/buildkite/buildkite-mcp-server:0.7.0`. The README documents 2 environment variables (BUILDKITE_API_TOKEN, BUILDKITE_PASSTHROUGH_HTTP_HEADERS) to set first. Set BUILDKITE_API_TOKEN, BUILDKITE_PASSTHROUGH_HTTP_HEADERS before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Buildkite MCP Server