Bamboo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bamboo MCP Servertrigger build for plan PAYROLL-CONV"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bamboo MCP Server
MCP Server untuk manajemen CI/CD Pipeline Atlassian Bamboo dari Kiro IDE.
Setup
1. Install di WSL
# Masuk ke WSL
wsl
# Install package ke virtual environment
cd /home/mvadly
source .venv/bin/activate
pip install /mnt/c/Users/90150244/mcp-servers/bamboo-mcp2. Konfigurasi MCP di Kiro
Tambahkan entry berikut ke file ~/.kiro/settings/mcp.json (di bagian mcpServers):
"bamboo": {
"command": "wsl",
"args": [
"bash",
"-c",
"BAMBOO_URL=https://bamboo.bri.co.id BAMBOO_TOKEN=YOUR_BAMBOO_TOKEN_HERE BAMBOO_SSL_VERIFY=false /home/mvadly/.venv/bin/python -m bamboo_mcp.server"
]
}3. Environment Variables
Variable | Keterangan | Required |
| URL server Bamboo (contoh: | Ya |
| Personal Access Token dari Bamboo | Ya* |
| Username (alternatif token) | Ya* |
| Password (alternatif token) | Ya* |
| Set | Tidak |
*Gunakan BAMBOO_TOKEN ATAU kombinasi BAMBOO_USERNAME/BAMBOO_PASSWORD.
4. Mendapatkan Bamboo Token
Login ke Bamboo
Klik profile icon > Manage account
Pilih Personal access tokens
Klik Create token
Beri nama dan permissions yang diperlukan
Copy token dan paste di konfigurasi
Related MCP server: Jenkins MCP Server
Tools yang Tersedia
Project & Plan Management
list_projects- List semua projectlist_plans- List build plans (bisa filter per project)get_plan- Detail plan tertentuget_plan_branches- List branches dari plancreate_project- Buat project baruenable_plan- Enable/disable planget_plan_variables- Lihat variabel planset_plan_variable- Set variabel plan
Build Management
trigger_build- Trigger build baru (bisa pilih branch & variabel)get_build_result- Lihat hasil buildlist_build_results- List history buildget_build_log- Lihat build logstop_build- Stop build yang sedang berjalan
Deployment Management
list_deployment_projects- List deployment projectsget_deployment_project- Detail deployment projecttrigger_deployment- Deploy ke environment tertentuget_deployment_result- Lihat status deployment
Pipeline Generation
create_bamboo_specs_yaml- Generate bamboo-specs YAML pipelinecreate_bamboo_specs_java- Generate Bamboo Specs Java configuration
Queue & Agents
get_queue_status- Status antrian buildlist_agents- List build agents
Server
get_server_info- Informasi server Bamboo
Contoh Penggunaan
Setelah MCP terhubung, Anda bisa meminta Kiro:
"List semua plans di project PAYROLL"
"Trigger build untuk PAYROLL-CONV di branch feature/new-format"
"Cek status build terakhir PAYROLL-CONV"
"Buatkan pipeline CI/CD untuk project Go dengan Docker"
"Deploy versi terbaru ke environment SIT"
"Lihat log build yang gagal"
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI coding assistants to interact with JetBrains TeamCity CI/CD server through natural language commands. Supports triggering builds, monitoring status, analyzing test failures, and managing build configurations directly from development environments.Last updated321,31226MIT
- Alicense-qualityFmaintenanceEnables AI assistants to interact with Jenkins CI/CD systems for build management, job monitoring, console log analysis, and debugging through natural language commands.Last updated2MIT
- Alicense-qualityDmaintenanceEnables interaction with Atlassian Confluence and Jira through natural language, allowing users to search, create, update, and transition issues and pages.Last updatedMIT
- AlicenseBqualityCmaintenanceEnables AI assistants to interact with Atlassian Bamboo CI/CD, allowing natural language queries to check build status, fetch logs, trigger builds, and manage deployments.Last updated27684MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mvadly/bamboo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server