Atlassian Bitbucket MCP Server
@guenichone
Atlassian Bitbucket MCP Server について
Atliassian Bitbucket MCP Server for self hosted bitbucket server
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"atlassian-bitbucket-server-mcp": {
"command": "docker",
"args": [
"build",
"-t",
"bitbucket-mcp-server",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Atlassian Bitbucket MCP Server?
This server integrates Atlassian Bitbucket Server/Data Center with AI systems via the Model Context Protocol. It provides access to projects, repositories, branches, files, and pull requests through a type-safe API.
How to use Atlassian Bitbucket MCP Server?
Install Node.js v20+, npm, Python 3, and a Bitbucket access token. Clone the repository, run npm install and npm run build-app, then set required environment variables and start the server with npm start (STDIO) or by setting MCP_TRANSPORT=sse (HTTP/SSE). Docker usage is also available via Docker CLI or the included Makefile.
Key features of Atlassian Bitbucket MCP Server
- Access to projects, repositories, branches, and files.
- Tools for working with pull requests.
- Type-safe integration with official Bitbucket OpenAPI specs.
- Supports STDIO and HTTP/SSE transports.
- Docker deployment via CLI or Makefile.
- Configuration via environment variables.
Use cases of Atlassian Bitbucket MCP Server
- AI-assisted code review by fetching and analyzing pull requests.
- Automated repository management through AI agents.
- Repository and branch queries via natural language.
- Integration with AI coding assistants for file operations.
FAQ from Atlassian Bitbucket MCP Server
What Bitbucket versions are supported?
The server is designed for Atlassian Bitbucket Server/Data Center, not Bitbucket Cloud.
What are the runtime requirements?
Node.js v20+, npm, and Python 3 (for the OpenAPI filtering script) are required.
How do I authenticate?
Set the ATLASSIAN_BITBUCKET_ACCESS_TOKEN environment variable with a valid Bitbucket access token.
What transports are supported?
STDIO (default) and SSE (HTTP) are supported. Set MCP_TRANSPORT=sse to use HTTP/SSE transport.
Is Docker supported?
Yes. You can build and run the server using Docker CLI or the provided Makefile.
「バージョン管理」の他のコンテンツ
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
Integrate MCP with GitHub Copilot
skillsLearn how to use MCP Servers with GitHub Copilot
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
コメント