Skip to content
Zed

Bitbucket MCP for Zed

io.github.fabianschurig/bitbucket-mcp

Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.

client:Zed transport:stdio runtime:oci

Install Bitbucket MCP 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": {
    "bitbucket-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/fabianschurig/bitbucket-mcp:0.20.2"
      ],
      "env": {
        "BITBUCKET_USERNAME": "<BITBUCKET_USERNAME>",
        "BITBUCKET_TOKEN": "<BITBUCKET_TOKEN>"
      }
    }
  }
}

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

Bitbucket MCP in other clients