Bitrise✓
io.github.bitrise-io/bitrise-mcp · vv2.4.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bitrise-io/bitrise-mcp",
"description": "MCP Server for Bitrise, enabling app management, build operations, artifact management, and more.",
"title": "Bitrise",
"repository": {
"url": "https://github.com/bitrise-io/bitrise-mcp",
"source": "github"
},
"version": "v2.4.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.bitrise.io/",
"headers": [
{
"description": "Bitrise Personal Access Token (format: 'Bearer YOUR_TOKEN'). Get your token from https://app.bitrise.io/me/account/security",
"isRequired": true,
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}