Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"bitbucket-datacenter": {
"command": "npx",
"args": [
"-y",
"https://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgz"
],
"url": "https://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgz",
"env": {
"BITBUCKET_TOKEN": "${BITBUCKET_TOKEN}",
"BITBUCKET_BASE_URL": "${BITBUCKET_BASE_URL}",
"BITBUCKET_USERNAME": "${BITBUCKET_USERNAME}"
}
}
}
}Replace placeholder values for: BITBUCKET_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxhttps://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgzBITBUCKET_TOKEN=${BITBUCKET_TOKEN}BITBUCKET_BASE_URL=${BITBUCKET_BASE_URL}BITBUCKET_USERNAME=${BITBUCKET_USERNAME}