Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Bitbucket
git-branch

Bitbucket MCP Server

MCP server for Bitbucket repositories

bitbucketgitatlassianrepositoriespr

About

## Bitbucket MCP Server: Git Repository Management Platform The **Bitbucket MCP Server** integrates Atlassian Bitbucket repository management into Google Antigravity, enabling seamless code collaboration, pull request workflows, and CI/CD pipeline management through AI-assisted operations. ### Why Bitbucket MCP? - **Jira Integration**: Deep integration with Jira for seamless issue tracking and development workflow connections - **Built-in CI/CD**: Native Bitbucket Pipelines for continuous integration without additional tooling - **Code Review**: Powerful pull request features with inline comments, approvals, and merge checks - **Branch Permissions**: Granular branch protection rules and merge requirements for enterprise governance - **Deployment Tracking**: Track deployments across environments with built-in deployment dashboards ### Key Features #### 1. Repository Management ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new Bitbucket repository with branch protection and required reviewers configured" }] ) ``` #### 2. Pull Request Operations ```python # Manage pull requests response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List open pull requests, check their pipeline status, and merge those with approvals" }] ) ``` #### 3. Pipeline Management ```python # Handle CI/CD pipelines response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Trigger deployment pipeline for the release branch and monitor execution status" }] ) ``` #### 4. Code Search ```python # Search repositories response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search all repositories for usages of the deprecated authentication method" }] ) ``` ### Configuration ```json { "mcpServers": { "bitbucket": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-bitbucket"], "env": { "BITBUCKET_USERNAME": "your-username", "BITBUCKET_APP_PASSWORD": "your-app-password", "BITBUCKET_WORKSPACE": "your-workspace" } } } } ``` ### Use Cases **Atlassian Workflow**: Leverage tight Jira integration for complete issue-to-deployment traceability. **Enterprise Git**: Manage repositories with enterprise-grade permissions, audit logs, and compliance features. **Pipeline Automation**: Automate build, test, and deployment workflows with Bitbucket Pipelines. **Code Review Process**: Streamline code reviews with automated checks and approval workflows. The Bitbucket MCP Server brings Atlassian ecosystem integration to your AI-assisted development, enabling seamless collaboration within enterprise environments.

Installation

Configuration
{
  "mcpServers": {
    "bitbucket": {
      "mcpServers": {
        "bitbucket": {
          "env": {
            "BITBUCKET_TOKEN": "YOUR_API_TOKEN",
            "BITBUCKET_USERNAME": "YOUR_USERNAME"
          },
          "args": [
            "-y",
            "@aashari/mcp-server-atlassian-bitbucket"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Set Bitbucket username and API token
  2. 22. Manage repositories and pull requests
  3. 33. Use Scoped API Tokens (App Passwords deprecated June 2026)

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers