bbkt
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BITBUCKET_USERNAME | No | Your Bitbucket username. Recommended when using API Tokens. | |
| BITBUCKET_API_TOKEN | No | An Atlassian API Token. If omitted, the server will attempt to trigger an OAuth 2.0 browser flow. | |
| BITBUCKET_CLIENT_ID | No | OAuth 2.0 Client ID. Required if using OAuth instead of an API Token. | |
| BITBUCKET_CLIENT_SECRET | No | OAuth 2.0 Client Secret. Required if using OAuth instead of an API Token. | |
| BITBUCKET_DISABLED_TOOLS | No | Explicitly deny the AI agent access to specific tools (e.g., 'delete_repository,delete_branch,delete_file'). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| manage_commitsC | Unified tool for listing and getting commits, diffs, and diffstats |
| manage_issuesC | Unified tool for managing repository issues (list, get, create, update) |
| manage_pipelinesC | Unified tool for managing Bitbucket Pipelines (list, get, trigger, stop, list-steps, get-step-log) |
| manage_pr_commentsC | Unified tool for managing pull request comments (list, create, update, delete, resolve, unresolve) |
| manage_pull_requestsB | Unified tool covering all pull request operations (list, get, create, update, merge, approve, unapprove, decline, diff, diffstat, commits) |
| manage_refsC | Unified tool for listing, creating, and deleting branches and tags |
| manage_repositoriesC | Unified tool for listing, getting, creating, and deleting repositories |
| manage_sourceC | Unified tool for source code operations (read, list_directory, get_history, search, write, delete) |
| manage_workspacesC | Unified tool for getting and listing Bitbucket workspaces |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zach-snell/bbkt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server