McpMux
Back to Registry

Buildkite (Docker) MCP Server

Community

Contributed by Buildkite

Manage Buildkite pipelines, builds, jobs, and agents. Trigger builds, view logs, manage clusters, and monitor CI/CD workflows.

About the Buildkite (Docker) MCP Server

The Buildkite (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Manage Buildkite pipelines, builds, jobs, and agents. Trigger builds, view logs, manage clusters, and monitor CI/CD workflows. This is a community-contributed MCP server by Buildkite.

Install the Buildkite (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "--pull=always",
    "-q",
    "-i",
    "--rm",
    "-e",
    "BUILDKITE_API_TOKEN",
    "buildkite/mcp-server",
    "stdio"
  ],
  "env": {
    "BUILDKITE_API_TOKEN": "${input:BUILDKITE_API_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "BUILDKITE_API_TOKEN",
        "label": "Buildkite API Token",
        "description": "API access token for the Buildkite REST API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "bkua_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://buildkite.com/user/api-access-tokens",
          "instructions": "1. Go to buildkite.com > Personal Settings > API Access Tokens\n2. Click 'New API Access Token'\n3. Configure organization access and scopes\n4. Click 'Create Token' and copy it",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

buildkiteci-cdpipelinesbuildstestingdeployment

Supported AI Clients

The Buildkite (Docker) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Buildkite (Docker) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.