Token导航 LogoToken导航TokenDH.com
BU
其他HTTP官方级别未说明来源级核验

Buildkite (verified)

MCP Server

CI/CD platform for scalable build pipelines. Trigger builds, inspect pipeline status, and manage build artifacts.

工具数

公开资料未说明
JavaScriptToken认证HTTP开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:28

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add buildkite

详细介绍

Buildkite (verified)

CI/CD platform for scalable build pipelines. Trigger builds, inspect pipeline status, and manage build artifacts.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add buildkite

# Browse available tools
npx -y smithery tool list buildkite

# Get full schema for a tool
npx -y smithery tool get buildkite access_token

# Call a tool
npx -y smithery tool call buildkite access_token '{}'

Direct MCP Connection

Endpoint: https://buildkite.run.tools

Tools (33)

  • access_token — Get information about the current API access token including its scopes and UUID
  • create_build — Trigger a new build on a Buildkite pipeline for a specific commit and branch, with optional environment variables, meta…
  • create_cluster — Create a new cluster in an organization
  • create_cluster_queue — Create a new queue in a cluster
  • create_pipeline — Set up a new CI/CD pipeline in Buildkite with YAML configuration, repository connection, and cluster assignment
  • current_user — Get details about the user account that owns the API token, including name, email, avatar, and account creation date
  • get_artifact — Get detailed information about a specific artifact including its metadata, file size, SHA-1 hash, and download URL
  • get_build — Get build information including job IDs, names, and states. Use job_state to filter (e.g. 'failed,broken'). Returns eno…
  • get_build_test_engine_runs — Get test engine runs data for a specific build in Buildkite. This can be used to look up Test Runs.
  • get_cluster — Get detailed information about a specific cluster including its name, description, default queue, and configuration
  • get_cluster_queue — Get detailed information about a specific queue including its key, description, dispatch status, and hosted agent confi…
  • get_failed_executions — Get failed test executions for a specific test run in Buildkite Test Engine. Optionally get the expanded failure detail…
  • get_pipeline — Get detailed information about a specific pipeline including its configuration, steps, environment variables, and build…
  • get_test — Get a specific test in Buildkite Test Engine. This provides additional metadata for failed test executions
  • get_test_run — Get a specific test run in Buildkite Test Engine
  • list_annotations — List all annotations for a build, including their context, style (success/info/warning/error), rendered HTML content, a…
  • list_artifacts_for_build — List all artifacts for a build across all jobs, including file details, paths, sizes, MIME types, and download URLs
  • list_artifacts_for_job — List all artifacts for an individual job, including file details, paths, sizes, MIME types, and download URLs
  • list_builds — List builds for a pipeline or across all pipelines in an organization. When pipeline_slug is omitted, lists builds acro…
  • list_cluster_queues — List all queues in a cluster with their keys, descriptions, dispatch status, and agent configuration
  • list_clusters — List all clusters in an organization with their names, descriptions, default queues, and creation details
  • list_pipelines — List all pipelines in an organization with their basic details, build counts, and current status
  • list_test_runs — List all test runs for a test suite in Buildkite Test Engine
  • pause_cluster_queue_dispatch — Pause dispatch on a cluster queue, preventing new jobs from being dispatched to agents
  • read_logs — Read log entries from the file, optionally starting from a specific row number. ALWAYS use 'limit' parameter to avoid e…
  • resume_cluster_queue_dispatch — Resume dispatch on a paused cluster queue, allowing jobs to be dispatched to agents again
  • search_logs — Search log entries using regex patterns with optional context lines. For recent failures, try 'tail_logs' first, then u…
  • tail_logs — Show the last N entries from the log file. RECOMMENDED for failure diagnosis - most build failures appear in the final …
  • unblock_job — Unblock a blocked job in a Buildkite build to allow it to continue execution
  • update_cluster — Update an existing cluster's name, description, emoji, color, or default queue
  • update_cluster_queue — Update an existing cluster queue's description or retry agent affinity
  • update_pipeline — Modify an existing Buildkite pipeline's configuration, repository, settings, or metadata
  • user_token_organization — Get the organization associated with the user token used for this request
# Get full input/output schema for a tool
npx -y smithery tool get buildkite 

Resources

  • buildkite://debug-logs-guide — Comprehensive guide for debugging Buildkite build failures using logs

Prompts (1)

  • user_token_organization_prompt — When asked for detail of a user's pipelines start by looking up the user's token organization

目录标签

目录标签

JavaScriptToken认证HTTP开发工具

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

token

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPtoken部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP