bitbucket mcp for Zed
io.github.mrfentmen/bitbucket-mcp
Bitbucket repositories and users. No key required.
client:Zed
transport:stdio
runtime:npm
Install bitbucket mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bitbucket-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/bitbucket-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs