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)