Skip to content
Claude Desktop

Bamboo MCP Server for Claude Desktop

io.github.hmdmph/bamboo-mcp

Read-only MCP server for self-hosted Atlassian Bamboo CI/CD

client:Claude Desktop transport:stdio runtime:oci

Install Bamboo MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bamboo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/hmdmph/bamboo-mcp:0.1.2"
      ],
      "env": {
        "BAMBOO_URL": "<BAMBOO_URL>",
        "BAMBOO_TOKEN": "<BAMBOO_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "BAMBOO_PROXY": "<BAMBOO_PROXY>",
        "BITBUCKET_URL": "<BITBUCKET_URL>",
        "VERBOSE": "<VERBOSE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Bamboo MCP Server in other clients