Skip to content

Commit 954df59

Browse files
authored
Add buildkite MCP to registry (#1064)
1 parent 6571e48 commit 954df59

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

pkg/registry/data/registry.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,90 @@
439439
],
440440
"transport": "stdio"
441441
},
442+
"buildkite": {
443+
"args": [
444+
"stdio"
445+
],
446+
"description": "Connect your Buildkite data (pipelines, builds, jobs, tests) to AI tooling and editors.",
447+
"env_vars": [
448+
{
449+
"name": "BUILDKITE_API_TOKEN",
450+
"description": "Your Buildkite API access token",
451+
"required": true,
452+
"secret": true
453+
},
454+
{
455+
"name": "JOB_LOG_TOKEN_THRESHOLD",
456+
"description": "Token threshold for job logs. If exceeded, logs will be written to disk and returned by path (for local use only).",
457+
"required": false
458+
}
459+
],
460+
"image": "ghcr.io/buildkite/buildkite-mcp-server:latest",
461+
"metadata": {
462+
"last_updated": "2025-07-14T00:23:49Z",
463+
"pulls": 0,
464+
"stars": 0
465+
},
466+
"permissions": {
467+
"network": {
468+
"outbound": {
469+
"allow_host": [
470+
".buildkite.com"
471+
],
472+
"allow_port": [
473+
443
474+
],
475+
"insecure_allow_all": false
476+
}
477+
},
478+
"read": [
479+
"/tmp"
480+
],
481+
"write": [
482+
"/tmp"
483+
]
484+
},
485+
"repository_url": "https://github.com/buildkite/buildkite-mcp-server",
486+
"status": "Active",
487+
"tags": [
488+
"buildkite",
489+
"continuous-integration",
490+
"continuous-delivery",
491+
"pipelines",
492+
"builds",
493+
"jobs",
494+
"devops",
495+
"testing"
496+
],
497+
"tier": "Official",
498+
"tools": [
499+
"get_cluster",
500+
"list_clusters",
501+
"get_cluster_queue",
502+
"list_cluster_queues",
503+
"get_pipeline",
504+
"list_pipelines",
505+
"create_pipeline",
506+
"update_pipeline",
507+
"list_builds",
508+
"get_build",
509+
"create_build",
510+
"get_build_test_engine_runs",
511+
"get_jobs",
512+
"get_job_logs",
513+
"list_artifacts",
514+
"get_artifact",
515+
"list_annotations",
516+
"list_test_runs",
517+
"get_test_run",
518+
"get_failed_executions",
519+
"get_test",
520+
"access_token",
521+
"current_user",
522+
"user_token_organization"
523+
],
524+
"transport": "stdio"
525+
},
442526
"everything": {
443527
"args": [],
444528
"description": "This MCP server attempts to exercise all the features of the MCP protocol",

0 commit comments

Comments
 (0)