← All servers
buildkite/buildkite-mcp-server
latest · 0.7.0MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.
Install
Needs an env var: BUILDKITE_API_TOKEN
— replace the <placeholders> with your values.
claude mcp add io-github-buildkite-buildkite-mcp-server --env BUILDKITE_API_TOKEN=<BUILDKITE_API_TOKEN> -- docker run BUILDKITE_API_TOKEN ghcr.io/buildkite/buildkite-mcp-server:0.7.0 ghcr.io/buildkite/buildkite-mcp-server:0.7.0 /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-buildkite-buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<BUILDKITE_API_TOKEN>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-buildkite-buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<BUILDKITE_API_TOKEN>"
}
}
}
} Config entry, any MCP client:
{
"command": "docker",
"args": [
"run",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<BUILDKITE_API_TOKEN>"
}
} Community score
Community — from web signals no reviews yet
Public discussion about this server (community v1) — not enough signal to score yet. First-party reviews join the formula in v2.
What the web says
Ecosystem baseline 53 / 100
Objective public usage & activity (formula v3) — a secondary sort, never blended into the community score.
Ecosystem signals 3 collected
- GitHub stars · 3 hours ago
- ★ 54
- Last commit · 3 hours ago
- today
- Issue close rate · 3 hours ago
- 95%
Version history 1
- 0.7.0 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗