MCP.so
Sign In
Servers

Buildkite MCP Server

@Drew-Goddyn

A Model Context Protocol (MCP) server for Buildkite integration

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "buildkite": {
      "command": "npx",
      "args": [
        "-y",
        "@drew-goddyn/buildkite-mcp"
      ],
      "env": {
        "BUILDKITE_ACCESS_TOKEN": "your-buildkite-access-token"
      }
    }
  }
}

More from Other