server.json•1.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
}
]
}
]
}