Loading MCP server directory, please wait...
Read-only MCP server for self-hosted Atlassian Bamboo CI/CD
npx @getmcp/cli add io.github.hmdmph/bamboo-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
BAMBOO_URLBase URL of your Bamboo server, e.g. https://bamboo.example.com
BAMBOO_TOKENBamboo personal access token. Read permission is sufficient.
MCP_TRANSPORTTransport mode. Must be stdio when the client runs the container.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hmdmph/bamboo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"BAMBOO_URL",
"-e",
"BAMBOO_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"BAMBOO_PROXY",
"-e",
"BITBUCKET_URL",
"-e",
"VERBOSE",
"ghcr.io/hmdmph/bamboo-mcp:0.1.2"
],
"env": {
"BAMBOO_URL": "",
"BAMBOO_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"BAMBOO_PROXY": "",
"BITBUCKET_URL": "",
"VERBOSE": "false"
}
}
}
}