Bitbucket MCP✓
io.github.FabianSchurig/bitbucket-mcp · v0.15.6
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.FabianSchurig/bitbucket-mcp",
"description": "Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.",
"title": "Bitbucket MCP",
"repository": {
"url": "https://github.com/FabianSchurig/bitbucket-cli",
"source": "github"
},
"version": "0.15.6",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/fabianschurig/bitbucket-mcp:0.15.6",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Bitbucket username/ email (required for Basic auth, omit for workspace/repo access tokens)",
"name": "BITBUCKET_USERNAME"
},
{
"description": "Your Bitbucket API token or OAuth2 access token",
"isRequired": true,
"isSecret": true,
"name": "BITBUCKET_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}