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.
版本控制 分类下的更多 MCP 服务器
Bitbucket Server MCP
garc33Jira 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
Code Review Server
crazyrabbitLTCA MCP server for code reviews
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
评论