Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.
claude mcp add bitbucket-mcp -- docker run -i --rm ghcr.io/fabianschurig/bitbucket-mcp:0.18.5
claude_desktop_config.json
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"bitbucket-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"bitbucket-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fabianschurig/bitbucket-mcp:0.18.5"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.FabianSchurig--bitbucket-mcp/reviews or the review_server meta-tool.
POST /mcp