io.github.b1ff
atlassian-dc-mcp-bitbucket
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
stdiocommunityservice
Package Details
@atlassian-dc-mcp/bitbucket
Transportstdio
Environment Variables
ATLASSIAN_DC_MCP_CONFIG_FILE(str)
Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.
BITBUCKET_HOST(str)
Bitbucket host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_API_BASE_PATH.
BITBUCKET_API_BASE_PATH(str)
Bitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.
BITBUCKET_API_TOKEN(str)
Secret
Bitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.