Skip to content

atlassian dc mcp bitbucket for Zed

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

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

client:Zed transport:stdio runtime:npm

Install atlassian dc mcp bitbucket in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "atlassian-dc-mcp-bitbucket": {
      "command": "npx",
      "args": [
        "-y",
        "@atlassian-dc-mcp/bitbucket"
      ],
      "env": {
        "ATLASSIAN_DC_MCP_CONFIG_FILE": "<ATLASSIAN_DC_MCP_CONFIG_FILE>",
        "BITBUCKET_HOST": "<BITBUCKET_HOST>",
        "BITBUCKET_API_BASE_PATH": "<BITBUCKET_API_BASE_PATH>",
        "BITBUCKET_API_TOKEN": "<BITBUCKET_API_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

atlassian dc mcp bitbucket in other clients