← Back to Plugins
MCP Server MCP

Bamboo MCP Server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/hmdmph/bamboo-mcp:0.1.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/hmdmph/bamboo-mcp:0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Bamboo server, e.g. https://bamboo.example.com",
          "isRequired": true,
          "format": "string",
          "name": "BAMBOO_URL"
        },
        {
          "description": "Bamboo personal access token. Read permission is sufficient.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "BAMBOO_TOKEN"
        },
        {
          "description": "Transport mode. Must be stdio when the client runs the container.",
          "isRequired": true,
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "HTTP proxy URL, if Bamboo is only reachable via a proxy.",
          "format": "string",
          "name": "BAMBOO_PROXY"
        },
        {
          "description": "Bitbucket base URL, used to build source links in build results.",
          "format": "string",
          "name": "BITBUCKET_URL"
        },
        {
          "description": "Set to true to log requests and errors to stderr.",
          "format": "string",
          "default": "false",
          "name": "VERBOSE"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...