Back to Home
clikader icon

bitbucket-python-mcp

Verified Safe

by clikader

Overview

Enables AI coding agents to interact with BitBucket Cloud for repository, branch, pull request, code search, and memory management operations.

Installation

Run Command
uvx bitbucket-python-mcp

Environment Variables

  • BITBUCKET_USERNAME
  • BITBUCKET_API_TOKEN
  • BITBUCKET_WORKSPACE
  • BITBUCKET_MCP_DEBUG

Security Notes

The server uses environment variables for credentials, which is a good practice. It wraps synchronous Atlassian API calls with asyncio.to_thread, and subprocess.run is used for git commands with controlled inputs ('origin' or no direct user input in `get_current_branch`). No obvious 'eval' or malicious patterns were found. The memory system stores JSON data, not executable code. Potential risk from un-sanitized 'query' parameters passed to BitBucket API functions, though BitBucket's API itself should handle sanitization.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2026-01-19

Tags

BitBucketCloudVCSAI AgentRepository ManagementPull RequestsCode SearchMemory System