MCP.so
Sign In
Servers

buildkite-mcp-server

@wolfeidau

Official MCP Server for Buildkite.

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

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

More from Other