Odel
buildkite mcp server

buildkite mcp server

Local
@buildkite53GoMITUpdated Today

MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/buildkite/buildkite-mcp-server:0.7.0

Run

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

MCP client config

{
  "mcpServers": {
    "buildkite-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
      ]
    }
  }
}