Skip to main content
Developer ToolsGo

buildkite/buildkite-mcp-server

Official MCP server for Buildkite. Create new pipelines, diagnose and fix failures, trigger builds, monitor job queues, and more.

developer-toolsofficialcloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/buildkite/buildkite-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "buildkite-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "buildkite/buildkite-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Go
Author
buildkite