MCP server for Bitbucket Data Center to search code and manage pull requests.
Best for Quickly locating specific code implementations across large enterprise repositories.
MCP (Model Context Protocol) server for Bitbucket Data Center. Enables AI assistants to search code, browse files, manage pull requests, and explore repositories through a standardized interface.
Built with FastMCP in Python. Installs via uvx.
What it does
- Lucene-style code searching across all repositories
- Direct file content access and directory browsing
- Comprehensive pull request management including comments and diffs
- Repository and project metadata exploration
- Branch and tag management
Setup requirements
Requires 2 environment variables: BITBUCKET_HOST, BITBUCKET_API_TOKEN. Available via uvx.
View Bitbucket Data Center details vs
Analyze any public GitHub repository into structured JSON.
Best for Quickly auditing the tech stack and dependencies of an open-source project before integration.
Analyze any public GitHub repository into structured JSON. No AI, no LLMs — fully deterministic.
Give it a repo, get back tech stack, dependencies, architecture, health metrics, and security signals in clean, consistent JSON. Use it as a Python library, CLI tool, REST API, or MCP server.
What it does
- Deterministic analysis of GitHub repositories without AI or LLMs
- Detects tech stack, runtime, package managers, and key dependencies
- Provides health metrics including commit frequency and maintenance status
- Identifies architecture details like CI/CD platforms and test frameworks
- Performs security checks such as branch protection and security policy presence
Setup requirements
Requires 1 environment variable: GITHUB_TOKEN. Available via Pip.
View RepoCrunch details Biggest differences
CompareBitbucket Data CenterRepoCrunch
Best forQuickly locating specific code implementations across large enterprise repositories.Quickly auditing the tech stack and dependencies of an open-source project before integration.
StandoutLucene-style code searching across all repositories.Deterministic analysis of GitHub repositories without AI or LLMs.
Setupuvx, needs 2 env vars, http transport.Pip, needs GITHUB_TOKEN, stdio transport.
Transporthttpstdio
Community11 GitHub stars5 GitHub stars
Bottom line
Pick Bitbucket Data Center if...Quickly locating specific code implementations across large enterprise repositories. Lucene-style code searching across all repositories. uvx, needs 2 env vars, http transport.
Pick RepoCrunch if...Quickly auditing the tech stack and dependencies of an open-source project before integration. Deterministic analysis of GitHub repositories without AI or LLMs. Pip, needs GITHUB_TOKEN, stdio transport.
The real split here is workflow fit, not raw counts. Bitbucket Data Center: Quickly locating specific code implementations across large enterprise repositories. RepoCrunch: Quickly auditing the tech stack and dependencies of an open-source project before integration. Bitbucket Data Center also has the larger public footprint (11 vs 5 stars).