← Back to Plugins
MCP Server MCP

io.github.b1ff/atlassian-dc-mcp-bitbucket

github By github 👁 1 views ▲ 0 votes

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

Homepage Verified source GitHub

Install

npx -y @atlassian-dc-mcp/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@atlassian-dc-mcp/bitbucket",
      "version": "0.29.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.",
          "format": "string",
          "name": "ATLASSIAN_DC_MCP_CONFIG_FILE"
        },
        {
          "description": "Bitbucket host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_API_BASE_PATH.",
          "format": "string",
          "name": "BITBUCKET_HOST"
        },
        {
          "description": "Bitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.",
          "format": "string",
          "name": "BITBUCKET_API_BASE_PATH"
        },
        {
          "description": "Bitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.",
          "format": "string",
          "isSecret": true,
          "name": "BITBUCKET_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...