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
{
"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