Back to MCP directory
publicPublicdnsLocal runtime

bitrise-mcp

Bitrise MCP Server是一个提供Bitrise API访问的中间件服务,支持应用管理、构建操作、工件管理等功能。

article

README

🚀 Bitrise 命令行接口(CLI)介绍

Bitrise 命令行接口(CLI)提供了丰富的命令和 API 分组,能让用户灵活地与 Bitrise 平台进行交互,满足多样化的使用需求。默认情况下,所有 API 分组均处于启用状态,用户还能通过参数指定启用特定的 API 分组。

🚀 快速开始

若您需要指定启用的 API 分组,可使用如下命令:

bitrise --enabled-api-groups group1,group2,...

其中 group1group2 是您要启用的具体分组名称。

📚 详细文档

Bitrise CLI 命令与 API 分组对应表

下表列出了 Bitrise CLI 所有可用命令以及它们所属的 API 分组。 | Command(命令) | Enabled API group(s)(启用的 API 分组) | |----------------------|-------------------------------------------| | Bitrise CLI commands and their API groups | Bitrise CLI 命令及其对应的 API 分组 | | Bitrise 命令行接口(CLI)命令及其对应的 API 分组 | Bitrise CLI 命令及其对应的 API 分组 | | Bitrise CLI commands and their API groups | Bitrise CLI 命令及其对应的 API 分组 |

Bitrise API 翻译表格

下表列出了所有 Bitrise API 命令及其对应的翻译内容: | Command(命令) | Enabled API group(s)(启用的 API 分组) | |----------------------|-------------------------------------------| | Bitrise CLI commands and their API groups | Bitrise CLI 命令及其对应的 API 分组 | | Bitrise 命令行接口(CLI)命令及其对应的 API 分组 | Bitrise 命令行接口(CLI)命令及其对应的 API 分组 | | Bitrise CLI commands and their API groups | Bitrise 命令行接口(CLI)命令及其对应的 API 分组 |

说明

  • Bitrise CLI 命令:这是 Bitrise 提供的用于与平台交互的所有命令。
  • API 分组:每个命令所属的 API 组别。默认情况下,所有分组均启用。

🔚 总结

Bitrise CLI 提供了丰富的命令和 API 分组来满足不同的需求。默认情况下所有功能均启用,用户可以根据需要通过指定参数控制哪些功能启用或禁用。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client