Bitbucket MCP server that provides tools for managing repositories, pull requests, and workspaces through Atlassian's REST APIs. Built with TypeScript and featuring robust error handling, pagination support, and detailed logging, it enables AI assistants to list workspaces, browse repositories, and interact with pull requests. The implementation uses a controller-service architecture with standardized formatters for consistent markdown output, making it particularly valuable for developers who want to monitor and manage Bitbucket resources directly through conversational AI.
暂无评论. 成为第一个评论的人!
登录以参与讨论
GET any Bitbucket API endpoint (read data). Parameters: path (required), queryParams (optional), jq (optional), outputFormat (optional)
POST to any endpoint (create resources). Parameters: path (required), body (required), queryParams (optional), jq (optional), outputFormat (optional)
PUT to any endpoint (replace resources). Parameters: path (required), body (required), queryParams (optional), jq (optional), outputFormat (optional)
PATCH any endpoint (partial updates). Parameters: path (required), body (required), queryParams (optional), jq (optional), outputFormat (optional)
DELETE any endpoint (remove resources). Parameters: path (required), queryParams (optional), jq (optional), outputFormat (optional)
Clone a repository locally. Parameters: workspaceSlug (optional), repoSlug (required), targetPath (required)