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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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, andrun_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.
版本控制 分类下的更多 MCP 服务器
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Gerrit Review MCP Server
cayirtepeomerThis MCP server provides integration with Gerrit code review system, allowing AI assistants to review code changes and their details through a simple interface.
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
MCP GitHub Project Manager
kunwarViveka mcp server to manage github project's functionality
评论