Buildkite MCP Server
@Drew-Goddyn
关于 Buildkite MCP Server
A Model Context Protocol (MCP) server for Buildkite integration
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"buildkite": {
"command": "npx",
"args": [
"-y",
"@drew-goddyn/buildkite-mcp"
],
"env": {
"BUILDKITE_ACCESS_TOKEN": "your-buildkite-access-token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Buildkite MCP Server?
A microservice that retrieves information from Buildkite via the Model Context Protocol (MCP), enabling AI assistants and MCP-compatible tools (e.g., Cursor) to query Buildkite pipelines, builds, jobs, and logs.
How to use Buildkite MCP Server?
Clone the repo, run npm install, set the BUILDKITE_ACCESS_TOKEN environment variable, and start the server with node index.js. Alternatively, configure it in Cursor’s ~/.cursor/config/mcp.json using the npx command, and Cursor will manage the lifecycle automatically.
Key features of Buildkite MCP Server
- List organizations, pipelines, and builds
- Get build details with job information
- List all jobs or only failed jobs in a build
- Retrieve job logs and spec failures
- Retry failed jobs directly from the server
- List pipeline build failures with failed job URLs
Use cases of Buildkite MCP Server
- Debugging CI/CD failures by querying build logs and failed spec details
- Automating build inspection and retry workflows from AI assistants
- Aggregating pipeline failure history for analysis
- Integrating Buildkite data into MCP‑powered development tools like Cursor
FAQ from Buildkite MCP Server
What environment variable is required?
The BUILDKITE_ACCESS_TOKEN environment variable must be set to a Buildkite API token with at least read access.
How do I start the server?
You can run it manually with node index.js (optionally specifying PORT), or let Cursor start it automatically by configuring the npx command in mcp.json.
What MCP endpoints are available?
The server provides endpoints for listing organizations, pipelines, builds, jobs, failed jobs, job spec failures, job logs, and pipeline build failures, as well as retrying jobs and listing failed specs from a build URL.
What HTTP errors can the server return?
It returns 400 for missing/invalid parameters, 401 for invalid tokens, 404 for missing resources, and 500 for internal errors.
What is the default port?
The server runs on port 63330 unless overridden by the PORT environment variable.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论