Skip to content
Cline

Bamboo MCP Server for Cline

io.github.hmdmph/bamboo-mcp

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

client:Cline transport:stdio runtime:oci

Install Bamboo MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Bamboo MCP Server in other clients