Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
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 Published 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.

Directory details

Slug
buildkite
Category
Software Development
Category slug
software-development
Authentication
OAuth2.1
Auth type
oauth

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.

Use with your agent
{
  "mcpServers": {
    "buildkite": {
      "url": "https://mcp.buildkite.com/mcp"
    }
  }
}

Connection links