MCP server for Bitbucket Data Center (Server), not Bitbucket Cloud.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"bitbucket-mcp-server-datacenter","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# bitbucket-mcp-server-datacenter An MCP server for **Bitbucket Data Center / Server** (not Bitbucket Cloud). It targets the Data Center REST API (`/rest/api/1.0`, project/repo-centric paths, `start`/`limit`/`isLastPage` paging) and supports personal repositories via `~username` project keys. ## Requirements - Python >= 3.11 - [`uv`](https://docs.astral.sh/uv/) (used to run/test the server) ## Install / use without cloning Once published to PyPI, the server can be run directly with [`uvx`](https://docs.astral.sh/uv/guides/tools/) — no repository checkout and no manual `pip install` required. `uvx` fetches the package into an isolated, cached environment and runs its console entry point: ```sh BITBUCKET_BASE_URL="https://your-bitbucket.example.com" \ BITBUCKET_TOKEN="<your-token>" \ ENABLE_TOOLS="read" \ uvx bitbucket-mcp-server-datacenter ``` To wire it into an MCP client (e.g. VS Code), point the server `command` at `uvx` instead of a local checkout. Example `mcp.json`: ```jsonc { "inputs": [ { "id": "bitbucket_token", "type": "promptString", "description": "Bitbucket Data Center HTTP access token (sent as Bearer)", "password": true } ], "servers": { "bitbucket-datacenter": { "type": "stdio", "command": "uvx", "args": ["bitbucket-mcp-server-datacenter"], "env": { "BITBUCKET_BASE_URL": "https://your-bitbucket.example.com", "BITBUCKET_TOKEN": "${input:bitbucket_token}", "ENABLE_TOOLS": "read" } } } } ``` Pin a specific release with `uvx bitbucket-mcp-server-datacenter@0.1.0` (or `"args": ["bitbucket-mcp-server-datacenter@0.1.0"]`). ### Without a package index (straight from Git) If the package is not on an index, `uvx` can install it directly from the repository — still no manual clone: ```sh uvx --from git+https://github.com/telekom-mms/bitbucket-mcp-server-datacenter \ bitbucket-mcp-server-datacenter ``` ## Configuration The server reads configurat…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.