MCP server
Buildkite MCP Server
Query Buildkite pipelines, builds, jobs and test runs from an agent session.
Add it to your client
OfficialInstall
claude mcp add --transport http buildkite https://mcp.buildkite.com/mcp
- Transport
- both
- Runtime
- Go
- Auth
- Required
- License
- MIT
Tools
list_pipelinesget_pipelinecreate_buildlist_buildsget_buildcancel_buildrebuild_buildlist_jobsretry_jobunblock_jobget_job_envsearch_logs+6
Buildkite's own MCP server turns CI state into something a model can ask about: list_builds and get_job_env explain what ran, while search_logs and tail_logs pull the relevant slice of a long log instead of the whole file. Write tools are there too, so a failed pipeline can be retried or an unblocked job released without leaving the editor. The hosted endpoint uses OAuth; the Go binary can be self-hosted with an API token, including a read-only variant.
Similar MCP servers
Braintrust MCP
MCP serverQueries Braintrust eval data and production logs from a coding agent.
Data & AnalyticsAI Models & Inference
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Developer ToolsCloud Platforms & Infrastructure
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment