atlassian dc mcp bitbucket for Zed
io.github.mrrefactoring/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
{
"context_servers": {
"atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"bitbucket-datacenter-mcp"
],
"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