Installation & Configuration
{
"mcp": {
"servers": {
"bitrise": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/bitrise-io/[email protected]",
"bitrise-mcp"
],
"type": "stdio",
"env": {
"BITRISE_TOKEN": "${input:bitrise-workspace-token}"
}
}
}
}
}