MCP server for Atlassian Bamboo
| Tool name | Description | Destructive? |
|---|---|---|
| bamboo_list_plan_branches | ✓ no | |
| bamboo_get_plan_branch | ✓ no | |
| bamboo_list_plans | ✓ no | |
| bamboo_get_plan | ✓ no | |
| bamboo_search_plans | ✓ no |
| bamboo_enable_plan | ✓ no | |
| bamboo_disable_plan | ✓ no | |
| bamboo_clone_plan | ✓ no | |
| bamboo_list_projects | ✓ no | |
| bamboo_get_project | ✓ no | |
| bamboo_list_deployment_projects | ✓ no | |
| bamboo_get_deployment_project | ✓ no | |
| bamboo_create_deployment_project | ✓ no | |
| bamboo_trigger_deployment | ✓ no | |
| bamboo_get_deployment_results | ✓ no | |
| bamboo_get_deployment_result | ✓ no | |
| bamboo_server_info | ✓ no | |
| bamboo_health_check | ✓ no | |
| bamboo_get_build_queue | ✓ no | |
| bamboo_get_deployment_queue | ✓ no | |
| bamboo_trigger_build | ✓ no | |
| bamboo_stop_build | ✓ no | |
| bamboo_get_build_result | ✓ no | |
| bamboo_get_latest_result | ✓ no | |
| bamboo_list_build_results | ✓ no | |
| bamboo_get_build_logs | ✓ no | |
| bamboo_get_build_result_logs | ✓ no |
{
"mcpServers": {
"bamboo": {
"command": "npx",
"args": [
"-y",
"bamboo-mcp-server"
]
}
}
}