Retour aux applications

Bitrise MCP Server
Interface UIpar bitrise-io
Manage Bitrise apps, builds, and artifacts directly from your AI assistant via the Bitrise API.
0 étoiles
Fonctionne dans:VS Code CopilotCursorWindsurfGemini CLI
Expose:Tools
What it does
Integrates the Bitrise CI/CD platform with MCP-compatible AI assistants, enabling automated app management, build monitoring, and artifact retrieval.
Tools
list_apps: List all Bitrise applications.get_app: Retrieve details for a specific application.list_branches: List branches for a given app.update_app: Update application settings.register_webhook: Set up new webhooks for automation.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"bitrise": {
"command": "bitrise-mcp",
"args": []
}
}
}
(Note: Detailed configuration varies by host; refer to the project documentation for specific environment variables or OAuth setup.)
Supported hosts
Claude Desktop, Claude Code, VS Code Copilot, Cursor, Windsurf, Gemini CLI, AWS Kiro
Installation rapide
go build -o bitrise-mcp .Informations
- Tarification
- free
- Publié
- 6/19/2026
- étoiles
- 0
Catégories
Choisissez votre client IA et suivez les étapes ci-dessous.
Cursor
Add to mcp.json in ~/.cursor/ or project .cursor/Windsurf
Add to mcp_config.json entryGemini CLI
Add to settings.json mcpServers entryClaude Desktop
{
"mcpServers": {
"bitrise": {
"command": "bitrise-mcp",
"args": []
}
}
}VS Code Copilot
Add to settings.json github.copilot.chat.mcp.servers entry





