Buildkite MCP
Expose pipelines, builds, jobs, and Test Engine data to your agent for CI debugging and workflow automation.
Add Buildkite MCP to your agent
Remote OAuth server (recommended). Read-only endpoint available at https://mcp.buildkite.com/mcp/readonly. Local stdio server requires a Buildkite API token.
1Config location
Global: ~/.cursor/mcp.json or project: .cursor/mcp.json
2Copy this snippet
{
"mcpServers": {
"buildkite": {
"url": "https://mcp.buildkite.com/mcp"
}
}
}
Add this block under mcpServers, then restart Cursor.