io.github.b1ff/atlassian-dc-mcp-bitbucket
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"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": "<your-bitbucket_api_token>"
}
}
}
}{
"mcpServers": {
"atlassian-dc-mcp-bitbucket": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/bitbucket"
],
"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": "<your-bitbucket_api_token>"
}
}
}
}npx -y @atlassian-dc-mcp/bitbucketATLASSIAN_DC_MCP_CONFIG_FILEAbsolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.
BITBUCKET_HOSTBitbucket 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_PATHBitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.
BITBUCKET_API_TOKENBitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Access the GitHub API, enabling file operations, repository management, search functionality, and…