Skip to main content
Glama

buildkite-mcp-server

by buildkite
server.json1.95 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", "name": "io.github.buildkite/buildkite-mcp-server", "description": "MCP server exposing Buildkite API data (pipelines, builds, jobs, tests) to AI tooling and editors.", "status": "active", "version": "0.7.0", "repository": { "url": "https://github.com/buildkite/buildkite-mcp-server", "source": "github", "id": "962909011" }, "packages": [ { "registryType": "oci", "registryBaseUrl": "https://ghcr.io", "identifier": "buildkite/buildkite-mcp-server", "version": "0.7.0", "transport": { "type": "stdio" }, "runtimeHint": "docker", "runtimeArguments": [ { "type": "positional", "value": "run", "description": "The runtime command to execute" }, { "type": "named", "name": "-i", "description": "Run container in interactive mode" }, { "type": "named", "name": "--rm", "description": "Automatically remove the container when it exits" }, { "type": "named", "name": "-e", "description": "Set an environment variable in the runtime" }, { "type": "positional", "value": "BUILDKITE_API_TOKEN", "description": "Environment variable name" }, { "type": "positional", "value": "ghcr.io/buildkite/buildkite-mcp-server:0.7.0", "description": "The container image to run" } ], "environmentVariables": [ { "name": "BUILDKITE_API_TOKEN", "description": "Buildkite API token for authentication. Get one from https://buildkite.com/user/api-access-tokens", "isRequired": true, "format": "string", "isSecret": true } ] } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/buildkite/buildkite-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server