Software DevelopmentAuth: OAuth2.1
Buildkite hosted MCP server
CI/CD pipelines
Buildkite’s hosted MCP server exposes pipelines, builds, and job data to agents, so CI investigations and build status checks can run through OAuth-scoped MCP access.
Curated by Agentic WorkersPublished Updated
Server description
Inspect pipelines and builds from your agent
Buildkite’s hosted MCP server exposes pipelines, builds, and job data to agents, so CI investigations and build status checks can run through OAuth-scoped MCP access.
- Slug
- buildkite
- Category
- Software Development
- Category slug
- software-development
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"buildkite": {
"url": "https://mcp.buildkite.com/mcp"
}
}
}