MCP.so
ログイン

Bitbucket MCP

@MatanYemini

Bitbucket MCP について

Bitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs

基本情報

カテゴリ

バージョン管理

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

MatanYemini

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "bitbucket-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bitbucket-mcp@latest"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Bitbucket MCP?

A Model Context Protocol (MCP) server that integrates AI assistants like Cursor with Bitbucket Cloud and Server APIs, enabling interaction with repositories and pull requests.

How to use Bitbucket MCP?

Run via npx -y bitbucket-mcp@latest or install globally/project‑wise with npm, then set environment variables (BITBUCKET_URL, BITBUCKET_USERNAME, BITBUCKET_PASSWORD or BITBUCKET_TOKEN, BITBUCKET_WORKSPACE). Configure as an MCP tool in Cursor using the provided JSON snippet.

Key features of Bitbucket MCP

  • No destructive operations by default (safe design)
  • List, get, create, update, and merge pull requests
  • List and get repository details
  • Pagination with automatic following of next links (up to 1,000 items)
  • Automatic workspace extraction from URL (legacy mode)
  • CodeQL security scanning on every code change

Use cases of Bitbucket MCP

  • List all repositories in a Bitbucket workspace from an AI chat
  • Fetch open pull requests for a repository to assist code review
  • Create a pull request with title, description, and reviewer list
  • Approve, merge, or decline a pull request without leaving the assistant
  • View pull request activity logs to understand recent changes

FAQ from Bitbucket MCP

What authentication methods are supported?

Either a Bitbucket app password (BITBUCKET_USERNAME + BITBUCKET_PASSWORD) or an access token (BITBUCKET_TOKEN) is required. App passwords need at least Repositories: Read permission.

How do I resolve 401 authentication errors?

Verify you are using an app password (not your regular password) and that it has the necessary permissions. Try the direct API URL https://api.bitbucket.org/2.0 and test credentials with curl.

What is the BITBUCKET_ENABLE_DANGEROUS flag?

When set to true, it enables destructive operations (e.g., deletions). By default, no DELETE operations are exposed to ensure safety.

Does the server support pagination for large result sets?

Yes. Listing tools accept pagelen (default 10, max 100), page, and all. When all=true, the server automatically follows Bitbucket next links up to 1,000 entries.

Where can I find the server logs?

Logging can be disabled with BITBUCKET_LOG_DISABLE. Log files are stored in the OS‑specific app log directory, configurable via BITBUCKET_LOG_DIR and BITBUCKET_LOG_FILE.

コメント

「バージョン管理」の他のコンテンツ