MCP Servers / version-control / Bitbucket Server MCP

Bitbucket Server MCP

JSON →
httpnone62version-control

Manage pull requests on Bitbucket Server.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: bitbucket-server-mcp
Tools
What this server exposes
list_projects
Discover and explore Bitbucket projects: Lists all accessible projects with their details. Essential for project discovery and finding the correct project keys to use in other operations.
list_repositories
Browse and discover repositories: Explore repositories within specific projects or across all accessible projects. Returns comprehensive repository information including clone URLs and metadata.
create_pull_request
Propose code changes for review: Creates a new pull request to submit code changes, request reviews, or merge feature branches. Automatically handles branch references and reviewer assignments.
update_pull_request
Safely update a pull request: Modify the title, description, or reviewers of an existing pull request without losing any metadata. Uses a read-modify-write pattern to preserve all fields not explicitly changed.
get_pull_request
Comprehensive PR information: Retrieves detailed pull request information including status, reviewers, commits, and all metadata. Essential for understanding PR state before taking actions.
Configuration
Environment & auth
authnone
envBITBUCKET_URL
envBITBUCKET_TOKEN
Resources
Bitbucket Server MCP — MCP Server · libregistry