io.github.buildkite/buildkite-mcp-server MCP Server
io.github.buildkite/buildkite-mcp-server
What is the io.github.buildkite/buildkite-mcp-server MCP server?
MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.
How to install io.github.buildkite/buildkite-mcp-server
Copy-paste configuration for popular MCP clients.
BUILDKITE_API_TOKENrequiredsecretBuildkite API token for authentication. Get one from https://buildkite.com/user/api-access-tokens
{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"run",
"-i",
"--rm",
"-e",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<YOUR_BUILDKITE_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"run",
"-i",
"--rm",
"-e",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<YOUR_BUILDKITE_API_TOKEN>"
}
}
}
}{
"mcpServers": {
"buildkite-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"run",
"-i",
"--rm",
"-e",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<YOUR_BUILDKITE_API_TOKEN>"
}
}
}
}{
"servers": {
"buildkite-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"run",
"-i",
"--rm",
"-e",
"BUILDKITE_API_TOKEN",
"ghcr.io/buildkite/buildkite-mcp-server:0.7.0"
],
"env": {
"BUILDKITE_API_TOKEN": "<YOUR_BUILDKITE_API_TOKEN>"
}
}
}
}claude mcp add buildkite-mcp-server --env BUILDKITE_API_TOKEN=<YOUR_BUILDKITE_API_TOKEN> -- docker run -i --rm ghcr.io/buildkite/buildkite-mcp-server:0.7.0 run -i --rm -e BUILDKITE_API_TOKEN ghcr.io/buildkite/buildkite-mcp-server:0.7.0Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.