← Index

io.github.buildkite/buildkite-mcp-server

io.github.buildkite/buildkite-mcp-server·v0.7.0·Other
Quality Score
67
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "buildkite-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
      ],
      "env": {
        "BUILDKITE_API_TOKEN": "<your-buildkite_api_token>"
      }
    }
  }
}
§02  Environment variables
BUILDKITE_API_TOKEN
requiredsecret

Buildkite API token for authentication. Get one from https://buildkite.com/user/api-access-tokens

§03  MCP Quality Score  ·  methodology
freshness
12
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other