Buildkite MCP Server
Rank #1,448io.github.buildkite/buildkite-mcp-server
MCP server providing buildkite-server capabilities
Buildkite MCP Server is a Model Context Protocol (MCP) server published by wolfeidau. It ranks #1,448 of 132,046 servers tracked on MCP Toplist, and its repository has 54 GitHub stars. Buildkite MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on Apr 9, 2025 and most recently updated on Oct 10, 2025.
Ranks ahead of 130,598 of 132,046 servers on MCP Toplist.
Use Buildkite MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http buildkite-mcp-server https://mcp.buildkite.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add --transport http buildkite-mcp-server https://mcp.buildkite.com/mcp/readonlyThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add buildkite-mcp-server -e "BUILDKITE_API_TOKEN=<your BUILDKITE_API_TOKEN>" -- docker run -i --rm BUILDKITE_API_TOKEN ghcr.io/buildkite/buildkite-mcp-server:0.7.0 ghcr.io/buildkite/buildkite-mcp-server:0.7.0Replace each placeholder with your own value before saving.
[mcp_servers.buildkite-mcp-server]
url = "https://mcp.buildkite.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.buildkite-mcp-server]
url = "https://mcp.buildkite.com/mcp/readonly"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.buildkite-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "BUILDKITE_API_TOKEN", "ghcr.io/buildkite/buildkite-mcp-server:0.7.0", "ghcr.io/buildkite/buildkite-mcp-server:0.7.0"]
[mcp_servers.buildkite-mcp-server.env]
BUILDKITE_API_TOKEN = "<your BUILDKITE_API_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.buildkite.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.buildkite.com/mcp/readonlySettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"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": "<your BUILDKITE_API_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buildkite-mcp-server": {
"url": "https://mcp.buildkite.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"url": "https://mcp.buildkite.com/mcp/readonly"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"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": "<your BUILDKITE_API_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"buildkite-mcp-server": {
"type": "http",
"url": "https://mcp.buildkite.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"buildkite-mcp-server": {
"type": "http",
"url": "https://mcp.buildkite.com/mcp/readonly"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"buildkite-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"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": "<your BUILDKITE_API_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buildkite-mcp-server": {
"serverUrl": "https://mcp.buildkite.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"serverUrl": "https://mcp.buildkite.com/mcp/readonly"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"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": "<your BUILDKITE_API_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"buildkite-mcp-server": {
"url": "https://mcp.buildkite.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"url": "https://mcp.buildkite.com/mcp/readonly"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"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": "<your BUILDKITE_API_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.buildkite%2Fbuildkite-mcp-server)<a href="https://mcptoplist.com/server/io.github.buildkite%2Fbuildkite-mcp-server"><img src="https://mcptoplist.com/badge/io.github.buildkite%2Fbuildkite-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries
wolfeidau
Available versions (2)
| Version | Published |
|---|---|
| 0.7.0 | Oct 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Buildkite MCP Server?
- Buildkite MCP Server is maintained by wolfeidau, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Buildkite MCP Server listed on the Official MCP Registry?
- Yes — Buildkite MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Buildkite MCP Server have?
- MCP Toplist tracks 2 versions of Buildkite MCP Server, most recently published on Oct 10, 2025.
- Where can I find the source code for Buildkite MCP Server?
- The source code for Buildkite MCP Server is hosted at github.com/wolfeidau/buildkite-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.