SERVER

Buildkite MCP Server

Rank #1730

glama/buildkite/buildkite-mcp-server

Official MCP Server for Buildkite.

First listed
Apr 9, 2025
Last publish date
Oct 10, 2025
OVERVIEW

Buildkite MCP Server is a Model Context Protocol (MCP) server published by buildkite. It ranks #1730 of 58,832 servers tracked on MCP Toplist, and its repository has 49 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.

STANDING
#1,730of 58,832 tracked serversTop 5%

Ranks ahead of 57,102 of 58,832 servers on MCP Toplist.

CONNECT

Use Buildkite MCP Server

Add Buildkite MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Remote · HTTP
{
  "mcpServers": {
    "buildkite-mcp-server": {
      "url": "https://mcp.buildkite.com/mcp"
    }
  }
}

This endpoint requires authentication — see the server’s docs for credentials.

Remote · HTTP
{
  "mcpServers": {
    "buildkite-mcp-server": {
      "url": "https://mcp.buildkite.com/mcp/readonly"
    }
  }
}

This endpoint requires authentication — see the server’s docs for credentials.

Docker image
{
  "mcpServers": {
    "buildkite-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "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.

REGISTRIES

Listed on 3 registries (1 delisted)

GlamaDelisted · last seen Apr 27, 2026
ORGANIZATION

buildkite

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
0.7.0Oct 10, 2025
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Buildkite MCP Server?
Official MCP Server for Buildkite.
Who maintains Buildkite MCP Server?
Buildkite MCP Server is maintained by buildkite, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is Buildkite MCP Server an official MCP server?
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/buildkite/buildkite-mcp-server.
EXPLORE