Bitrise MCP ServerServer

bitrise-io
GitHub
CI/CDDevOps

Loading subscription status...

💡 Description

An MCP server for the Bitrise API, allowing management of applications, build operations, artifact management, and more.

📝 JSON Entries

{
  "mcpServers": [
    {
      "bitrise": {
        "env": {
          "BITRISE_TOKEN": "<YOUR_TOKEN>"
        },
        "args": [
          "--from",
          "git+https://github.com/bitrise-io/bitrise-mcp@v1.1.0",
          "bitrise-mcp"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

Pythonuv

Features

  • Comprehensive access to the Bitrise AP
  • API-based authentication support
  • Detailed documentation available

💬 Example Queries

  • List all applications available for the authenticated account
  • Get details of a specific Bitrise application
  • Trigger a new build for a specific application