buildkite-mcp-server

by wolfeidau

51 stars
249 downloads
Not rated
GitHub

About

A Model Context Protocol (MCP) server that exposes Buildkite data—pipelines, builds, jobs, and tests—to AI tooling and editors.

Details

Author
wolfeidau
GitHub stars
51
Downloads
249
Categories
Other

- Exposes Buildkite pipelines, builds, jobs, and tests.
- Integrates with AI tooling and editors via MCP.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name buildkite-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "buildkite-mcp-server": {
            "buildkite": {
                "command": "buildkite-mcp-server",
                "args": [
                    "stdio"
                ],
                "env": {
                    "BUILDKITE_API_TOKEN": "bkua_xxxxxxxx"
                }
            }
        }
    }
}

McpServers

{
    "buildkite": {
        "command": "buildkite-mcp-server",
        "args": [
            "stdio"
        ],
        "env": {
            "BUILDKITE_API_TOKEN": "bkua_xxxxxxxx"
        }
    }
}

buildkite-mcp-server

Build status

> Model Context Protocol (MCP) server exposing Buildkite data (pipelines, builds, jobs, tests) to AI tooling and editors.

Full documentation is available at buildkite.com/docs/apis/mcp-server.

---

Library Usage

The exported Go API of this module should be considered unstable, and subject to breaking changes as we evolve this project.

---

Security

To ensure the MCP server is run in a secure environment, we recommend running it in a container.

This image is built from cgr.dev/chainguard/static and runs as an unprivileged user.

---

Contributing

Development guidelines are in DEVELOPMENT.md.

---

License

MIT © Buildkite

SPDX-License-Identifier: MIT

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.