MCP.so
ログイン
B

Bitbucket MCP Server by CData

@CDataSoftware

Bitbucket MCP Server by CData について

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Bitbucket (beta): https://www.cdata.com/download/download.aspx?sku=KJZK-V&type=beta

基本情報

カテゴリ

バージョン管理

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

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

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\bitbucket.prp"
      ]
    }
  }
}

ツール

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

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

概要

What is Bitbucket MCP Server by CData?

Bitbucket MCP Server by CData is a read-only Model Context Protocol server that enables large language models like Claude Desktop to query live Bitbucket data using natural language. It wraps the CData JDBC Driver for Bitbucket and exposes Bitbucket tables as relational SQL models through a simple MCP interface.

How to use Bitbucket MCP Server by CData?

Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Bitbucket, create a .prp file with your JDBC connection string, then configure the server in your AI client’s MCP settings (e.g., claude_desktop_config.json). Run the server using java -jar CDataMCP-jar-with-dependencies.jar path/to/bitbucket.prp. The server communicates via stdio.

Key features of Bitbucket MCP Server by CData

  • Read-only access to Bitbucket data via the MCP protocol.
  • Exposes Bitbucket tables as relational SQL models.
  • Provides tools: get_tables, get_columns, and run_query.
  • Uses stdio transport for local client integration.
  • Built on the CData JDBC Driver for Bitbucket.

Use cases of Bitbucket MCP Server by CData

  • Query Bitbucket repositories, issues, and pull requests with natural language.
  • Retrieve live Bitbucket data without writing SQL.
  • Integrate Bitbucket insights into AI assistant conversations.

FAQ from Bitbucket MCP Server by CData

Is this server read-only or full CRUD?

This is a read-only MCP server. For full read, write, update, delete, and action capabilities, use the separate CData MCP Server for Bitbucket (beta).

What are the runtime requirements?

Requires Java and Maven for building, plus the CData JDBC Driver for Bitbucket installed and licensed.

How is data transported?

The server uses stdio transport, so it can only be used with clients running on the same machine.

How do I configure authentication?

Use the CData JDBC Driver’s Connection String utility to set up OAuth or other credentials, then copy the resulting JDBC URL into the .prp file.

What tables are available?

By default, all tables are exposed. You can limit tables in the .prp file using the Tables property.

コメント

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