← Back to Plugins
MCP Server MCP

Bitrise

github By github 👁 1 views ▲ 0 votes

Set up & manage mobile CI/CD on Bitrise: build, test, distribute iOS, Android, Flutter, RN apps.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.bitrise.io/",
      "headers": [
        {
          "description": "Optional. Bitrise Personal Access Token (format: 'Bearer YOUR_TOKEN') for MCP clients that don't yet support OAuth. Get your token from https://app.bitrise.io/me/account/security. Modern MCP clients (Claude, Cursor, VS Code, etc.) can leave this unset and the server will trigger the OAuth flow automatically on first tool use.",
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "Comma-separated list of API groups to enable (e.g., 'apps,builds,workspaces'). Leave empty to enable all groups.",
          "name": "x-bitrise-enabled-api-groups"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...