MCP.so
登录

buildkite-mcp-server

@wolfeidau

关于 buildkite-mcp-server

Official MCP Server for Buildkite.

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

wolfeidau

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is buildkite-mcp-server?

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

How to use buildkite-mcp-server?

Key features of buildkite-mcp-server

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

Use cases of buildkite-mcp-server

  • Enabling AI assistants to query Buildkite build status.
  • Automating pipeline inspection from AI-powered IDEs.

FAQ from buildkite-mcp-server

What is the recommended way to run buildkite-mcp-server?

Run it in a container using the provided image, which is based on cgr.dev/chainguard/static and runs as an unprivileged user.

Is the exported Go API stable?

No, the exported Go API of this module is considered unstable and subject to breaking changes.

Where can I find full documentation?

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

What license is buildkite-mcp-server distributed under?

MIT © Buildkite (SPDX-License-Identifier: MIT).

评论

其他 分类下的更多 MCP 服务器