io.github.buildkite/buildkite-mcp-server✓
io.github.buildkite/buildkite-mcp-server · v0.7.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$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.",
"repository": {
"url": "https://github.com/buildkite/buildkite-mcp-server",
"source": "github",
"id": "962909011"
},
"version": "0.7.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "The runtime command to execute",
"value": "run",
"type": "positional"
},
{
"description": "Run container in interactive mode",
"type": "named",
"name": "-i"
},
{
"description": "Automatically remove the container when it exits",
"type": "named",
"name": "--rm"
},
{
"description": "Set an environment variable in the runtime",
"type": "named",
"name": "-e"
},
{
"description": "Environment variable name",
"value": "BUILDKITE_API_TOKEN",
"type": "positional"
},
{
"description": "The container image to run",
"value": "ghcr.io/buildkite/buildkite-mcp-server:0.7.0",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Buildkite API token for authentication. Get one from https://buildkite.com/user/api-access-tokens",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "BUILDKITE_API_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}