zenvite2/bitbucket-mcp-server
If you are the rightful owner of bitbucket-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This is an MCP server implementation for connecting to a self-hosted Bitbucket Server instance, providing various functionalities over stdio.
Tools
Functions exposed to the LLM to take actions
connection_status
Check the connection status to Bitbucket.
get_projects
Get list of projects from Bitbucket.
get_repositories
Get repositories for a specific project.
get_repository_files
Get files in a specific repository path.
get_file_content
Get content of a specific file in a repository.
get_branches
Get branches in a specific repository.
get_commits
Get commits in a specific repository.
get_pull_requests
Get pull requests in a specific repository.
get_pull_request
Get a specific pull request.
get_users
Get users in Bitbucket, optionally filtered by project.
get_project_permissions
Get permissions for a specific project.
search_repositories
Search for repositories by name or description.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client