daniloneto/bitbucket-mcp
MCP server for Bitbucket Cloud focused on pull-request review — read PRs, diffs, comments, commits, files and the repo tree; post inline/general comments, approve, or request changes. Uses Atlassian API tokens (stdio).
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"bitbucket-mcp": {
"command": "npx",
"args": ["-y", "bitbucket-mcp"]
}
}
}Related in Version Control
github/github-mcp-server
Official GitHub server for integration with repository management, PRs, issues, and more.
Tiberriver256/mcp-server-azure-devops
Azure DevOps integration for repository management, work items, and pipelines.
kopfrechner/gitlab-mr-mcp
Interact seamlessly with issues and merge requests of your GitLab projects.
jmrplens/gitlab-mcp-server
Complete GitLab REST API v4 coverage with 1006 MCP tools across 162 domains, 42 meta-tools, 24 resources, and 38 prompts. Cross-platform Go binary with stdio and HTTP transports, OAuth support, auto-update, read-only and safe modes.
costajohnt/oss-autopilot
Open source contribution manager with PR tracking across repos, issue discovery, CI failure diagnosis, and maintainer response drafting. Available as CLI, MCP server, and Claude Code plugin.
wkoverfield/quilt
Line-level authorship for a shared Git checkout, so multiple AI coding agents work in one repo and each commits only its own lines. Symbol-level claims prevent collisions and every commit is an ordinary Git commit.