Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 3 additions & 55 deletions registries/official/servers/buildkite/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/buildkite/buildkite-mcp-server:0.12.0": {
"ghcr.io/buildkite/buildkite-mcp-server:0.13.0": {
"args": [
"stdio"
],
"metadata": {
"last_updated": "2026-03-25T13:42:25Z",
"last_updated": "2026-03-26T06:11:13Z",
"stars": 48
},
"overview": "## Buildkite MCP Server\n\nThe buildkite MCP server is a Model Context Protocol (MCP) server that allows AI assistants and agents to interact directly with Buildkite CI/CD pipelines through a structured, AI-friendly interface. It enables AI-driven workflows to inspect builds, trigger pipelines, monitor execution status, and analyze failures — all without switching tools or manually navigating the Buildkite UI. This server is well suited for developer productivity, CI/CD observability, incident response, and automated release workflows powered by AI.",
Expand Down Expand Up @@ -280,56 +280,6 @@
},
"name": "current_user"
},
{
"annotations": {
"destructiveHint": true,
"title": "Delete Cluster"
},
"description": "Delete a cluster from an organization. This is a destructive operation that cannot be undone.",
"inputSchema": {
"properties": {
"cluster_id": {
"type": "string"
},
"org_slug": {
"type": "string"
}
},
"required": [
"org_slug",
"cluster_id"
],
"type": "object"
},
"name": "delete_cluster"
},
{
"annotations": {
"destructiveHint": true,
"title": "Delete Cluster Queue"
},
"description": "Delete a queue from a cluster. This is a destructive operation that cannot be undone.",
"inputSchema": {
"properties": {
"cluster_id": {
"type": "string"
},
"org_slug": {
"type": "string"
},
"queue_id": {
"type": "string"
}
},
"required": [
"org_slug",
"cluster_id",
"queue_id"
],
"type": "object"
},
"name": "delete_cluster_queue"
},
{
"annotations": {
"readOnlyHint": true,
Expand Down Expand Up @@ -1278,8 +1228,6 @@
"create_cluster_queue",
"create_pipeline",
"current_user",
"delete_cluster",
"delete_cluster_queue",
"get_artifact",
"get_build",
"get_build_test_engine_runs",
Expand Down Expand Up @@ -1337,7 +1285,7 @@
"name": "JOB_LOG_TOKEN_THRESHOLD"
}
],
"identifier": "ghcr.io/buildkite/buildkite-mcp-server:0.12.0",
"identifier": "ghcr.io/buildkite/buildkite-mcp-server:0.13.0",
"registryType": "oci",
"transport": {
"type": "stdio"
Expand Down
58 changes: 3 additions & 55 deletions registries/toolhive/servers/buildkite/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"ghcr.io/buildkite/buildkite-mcp-server:0.12.0": {
"ghcr.io/buildkite/buildkite-mcp-server:0.13.0": {
"args": [
"stdio"
],
"metadata": {
"last_updated": "2026-03-25T13:42:33Z",
"last_updated": "2026-03-26T06:11:09Z",
"stars": 48
},
"overview": "## Buildkite MCP Server\n\nThe buildkite MCP server is a Model Context Protocol (MCP) server that allows AI assistants and agents to interact directly with Buildkite CI/CD pipelines through a structured, AI-friendly interface. It enables AI-driven workflows to inspect builds, trigger pipelines, monitor execution status, and analyze failures — all without switching tools or manually navigating the Buildkite UI. This server is well suited for developer productivity, CI/CD observability, incident response, and automated release workflows powered by AI.",
Expand Down Expand Up @@ -280,56 +280,6 @@
},
"name": "current_user"
},
{
"annotations": {
"destructiveHint": true,
"title": "Delete Cluster"
},
"description": "Delete a cluster from an organization. This is a destructive operation that cannot be undone.",
"inputSchema": {
"properties": {
"cluster_id": {
"type": "string"
},
"org_slug": {
"type": "string"
}
},
"required": [
"org_slug",
"cluster_id"
],
"type": "object"
},
"name": "delete_cluster"
},
{
"annotations": {
"destructiveHint": true,
"title": "Delete Cluster Queue"
},
"description": "Delete a queue from a cluster. This is a destructive operation that cannot be undone.",
"inputSchema": {
"properties": {
"cluster_id": {
"type": "string"
},
"org_slug": {
"type": "string"
},
"queue_id": {
"type": "string"
}
},
"required": [
"org_slug",
"cluster_id",
"queue_id"
],
"type": "object"
},
"name": "delete_cluster_queue"
},
{
"annotations": {
"readOnlyHint": true,
Expand Down Expand Up @@ -1278,8 +1228,6 @@
"create_cluster_queue",
"create_pipeline",
"current_user",
"delete_cluster",
"delete_cluster_queue",
"get_artifact",
"get_build",
"get_build_test_engine_runs",
Expand Down Expand Up @@ -1337,7 +1285,7 @@
"name": "JOB_LOG_TOKEN_THRESHOLD"
}
],
"identifier": "ghcr.io/buildkite/buildkite-mcp-server:0.12.0",
"identifier": "ghcr.io/buildkite/buildkite-mcp-server:0.13.0",
"registryType": "oci",
"transport": {
"type": "stdio"
Expand Down