Bamboo MCP Server
Rank #22,075io.github.hmdmph/bamboo-mcp
Read-only MCP server for self-hosted Atlassian Bamboo CI/CD
Bamboo MCP Server is a Model Context Protocol (MCP) server published by hmdmph. It ranks #22,075 of 132,046 servers tracked on MCP Toplist. Bamboo MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 109,971 of 132,046 servers on MCP Toplist.
Use Bamboo MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bamboo-mcp -e "BAMBOO_URL=<your BAMBOO_URL>" -e "BAMBOO_TOKEN=<your BAMBOO_TOKEN>" -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "BAMBOO_PROXY=<your BAMBOO_PROXY>" -e "BITBUCKET_URL=<your BITBUCKET_URL>" -e "VERBOSE=<your VERBOSE>" -- docker run -i --rm ghcr.io/hmdmph/bamboo-mcp:0.1.2Replace each placeholder with your own value before saving.
[mcp_servers.bamboo-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/hmdmph/bamboo-mcp:0.1.2"]
[mcp_servers.bamboo-mcp.env]
BAMBOO_URL = "<your BAMBOO_URL>"
BAMBOO_TOKEN = "<your BAMBOO_TOKEN>"
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
BAMBOO_PROXY = "<your BAMBOO_PROXY>"
BITBUCKET_URL = "<your BITBUCKET_URL>"
VERBOSE = "<your VERBOSE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bamboo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hmdmph/bamboo-mcp:0.1.2"
],
"env": {
"BAMBOO_URL": "<your BAMBOO_URL>",
"BAMBOO_TOKEN": "<your BAMBOO_TOKEN>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"BAMBOO_PROXY": "<your BAMBOO_PROXY>",
"BITBUCKET_URL": "<your BITBUCKET_URL>",
"VERBOSE": "<your VERBOSE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bamboo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hmdmph/bamboo-mcp:0.1.2"
],
"env": {
"BAMBOO_URL": "<your BAMBOO_URL>",
"BAMBOO_TOKEN": "<your BAMBOO_TOKEN>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"BAMBOO_PROXY": "<your BAMBOO_PROXY>",
"BITBUCKET_URL": "<your BITBUCKET_URL>",
"VERBOSE": "<your VERBOSE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bamboo-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hmdmph/bamboo-mcp:0.1.2"
],
"env": {
"BAMBOO_URL": "<your BAMBOO_URL>",
"BAMBOO_TOKEN": "<your BAMBOO_TOKEN>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"BAMBOO_PROXY": "<your BAMBOO_PROXY>",
"BITBUCKET_URL": "<your BITBUCKET_URL>",
"VERBOSE": "<your VERBOSE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bamboo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hmdmph/bamboo-mcp:0.1.2"
],
"env": {
"BAMBOO_URL": "<your BAMBOO_URL>",
"BAMBOO_TOKEN": "<your BAMBOO_TOKEN>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"BAMBOO_PROXY": "<your BAMBOO_PROXY>",
"BITBUCKET_URL": "<your BITBUCKET_URL>",
"VERBOSE": "<your VERBOSE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bamboo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/hmdmph/bamboo-mcp:0.1.2"
],
"env": {
"BAMBOO_URL": "<your BAMBOO_URL>",
"BAMBOO_TOKEN": "<your BAMBOO_TOKEN>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"BAMBOO_PROXY": "<your BAMBOO_PROXY>",
"BITBUCKET_URL": "<your BITBUCKET_URL>",
"VERBOSE": "<your VERBOSE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.hmdmph%2Fbamboo-mcp)<a href="https://mcptoplist.com/server/io.github.hmdmph%2Fbamboo-mcp"><img src="https://mcptoplist.com/badge/io.github.hmdmph%2Fbamboo-mcp.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
hmdmph
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Aug 17, 2026 |
| 0.1.1 | Aug 16, 2026 |
Frequently asked questions
- Who maintains Bamboo MCP Server?
- Bamboo MCP Server is maintained by hmdmph, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Bamboo MCP Server listed on the Official MCP Registry?
- Yes — Bamboo MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Bamboo MCP Server have?
- MCP Toplist tracks 2 versions of Bamboo MCP Server, most recently published on Aug 17, 2026.
- Where can I find the source code for Bamboo MCP Server?
- The source code for Bamboo MCP Server is hosted at github.com/hmdmph/bamboo-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.