MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@atlassian-dc-mcp/bitbucket · npm · 0.29.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.b1ff/atlassian-dc-mcp-bitbucket",
"description": "MCP server for Atlassian Bitbucket Data Center - interact with repositories and code",
"repository": {
"url": "https://github.com/b1ff/atlassian-dc-mcp",
"source": "github"
},
"version": "0.29.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@atlassian-dc-mcp/bitbucket",
"version": "0.29.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to a shared dotenv-style config file. When set, values are read from this file before direct environment variable overrides are applied.",
"format": "string",
"name": "ATLASSIAN_DC_MCP_CONFIG_FILE"
},
{
"description": "Bitbucket host domain (e.g. your-instance.atlassian.net). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_API_BASE_PATH.",
"format": "string",
"name": "BITBUCKET_HOST"
},
{
"description": "Bitbucket API base path (alternative to BITBUCKET_HOST). Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE or BITBUCKET_HOST.",
"format": "string",
"name": "BITBUCKET_API_BASE_PATH"
},
{
"description": "Bitbucket Personal Access Token or API token. Required unless provided through ATLASSIAN_DC_MCP_CONFIG_FILE.",
"format": "string",
"isSecret": true,
"name": "BITBUCKET_API_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-26T11:03:20.452565Z",
"publishedAt": "2026-07-26T11:03:20.452565Z",
"updatedAt": "2026-07-26T11:03:20.452565Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.29.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.