We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RajuSudhar/atlassian-bitbucket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "atlassian-bitbucket-mcp",
"version": "0.1.0",
"description": "Model Context Protocol (MCP) server for Atlassian Bitbucket integration",
"main": "dist/index.js",
"type": "module",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rm -rf dist",
"rebuild": "pnpm run clean && pnpm run build",
"prepare": "husky",
"postinstall": "pnpm run build",
"dev:setup": "pnpm install && pnpm run build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"format:all": "pnpm run format",
"lint": "eslint . --fix",
"lint:check": "eslint .",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#dist\"",
"lint:md:fix": "markdownlint-cli2 --fix \"**/*.md\" \"#node_modules\" \"#dist\"",
"lint:all": "pnpm run lint:md:fix && pnpm run lint",
"typecheck": "tsc --noEmit",
"validate": "pnpm run format:all && pnpm run lint:all && pnpm run typecheck",
"validate:branch": "./scripts/validate-branch-name.sh",
"sync:locks": "./scripts/sync-lock-files.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"bitbucket",
"atlassian",
"git",
"ai",
"llm"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "^8.48.0",
"@typescript-eslint/parser": "^8.48.0",
"eslint": "^9.39.1",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-unused-imports": "^4.3.0",
"husky": "^9.1.7",
"markdownlint-cli2": "^0.19.1",
"markdownlint-cli2-formatter-pretty": "^0.0.9",
"prettier": "^3.7.2",
"prettier-plugin-sh": "^0.18.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.23.0",
"zod": "^4.1.13"
}
}