bitbucket-mcp
Verified Safeby MatanYemini
Overview
An MCP server enabling AI assistants to interact with Bitbucket Cloud and Server APIs for repository, pull request, and pipeline management.
Installation
npx -y bitbucket-mcp@latestEnvironment Variables
- BITBUCKET_TOKEN
- BITBUCKET_USERNAME
- BITBUCKET_PASSWORD
Security Notes
The server follows good security practices: secrets are handled via environment variables, not hardcoded. Communication uses a secure stdio transport. Crucially, potentially 'dangerous' operations like deletions are disabled by default and require an explicit environment variable (`BITBUCKET_ENABLE_DANGEROUS=true`) to be enabled, providing a strong safety mechanism against accidental data loss. No `eval` or code obfuscation found. CodeQL analysis badge indicates ongoing security scanning.
Similar Servers
mcp-server-atlassian-bitbucket
Connects AI assistants to Bitbucket repositories, pull requests, and code for insights, automated code reviews, and streamlined development workflows.
youtrack-mcp
Integrates AI assistants with JetBrains YouTrack for advanced project management, issue tracking, knowledge base, and time tracking, enabling AI to interact with YouTrack data and workflows.
gitlab-mcp-server
A fully typed TypeScript Model Context Protocol (MCP) server for comprehensive GitLab integration, enabling AI agents to manage projects, issues, merge requests, pipelines, and jobs.
mcp-server-for-Github
Automates comprehensive GitHub workflows for AI agents, including repository management, issue tracking, pull request operations, code search, and file management, enabling AI-powered development.