Buildkite MCP Server
Rank #1730glama/buildkite/buildkite-mcp-server
Official MCP Server for Buildkite.
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.
Ranks ahead of 57,102 of 58,832 servers on MCP Toplist.
Use Buildkite MCP Server
Add Buildkite MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"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",
"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.
Listed on 3 registries (1 delisted)
buildkite
Available versions (2)
| Version | Published |
|---|---|
| 0.7.0 | Oct 10, 2025 |
| 0.1.0 | Nov 25, 2024 |
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.