Skip to main content
Glama

Bitbucket MCP Server

by Korfu

list_repositories

Retrieve all repositories from your Bitbucket workspace, with options to include commit details and set result limits for efficient project management.

Instructions

List all repositories in the configured Bitbucket workspace

Input Schema

NameRequiredDescriptionDefault
include_commit_infoNoWhether to include commit count and latest commit information for each repository
limitNoMaximum number of repositories to return (default: 50, max: 100)

Input Schema (JSON Schema)

{ "properties": { "include_commit_info": { "default": false, "description": "Whether to include commit count and latest commit information for each repository", "type": "boolean" }, "limit": { "default": 50, "description": "Maximum number of repositories to return (default: 50, max: 100)", "maximum": 100, "minimum": 1, "type": "number" } }, "type": "object" }

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/Korfu/mcp-bitbucket'

If you have feedback or need assistance with the MCP directory API, please join our Discord server