Skip to main content
Glama
package.json5.01 kB
{ "name": "@aashari/mcp-server-atlassian-confluence", "version": "3.3.0", "description": "Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "commonjs", "repository": { "type": "git", "url": "https://github.com/aashari/mcp-server-atlassian-confluence.git" }, "bin": { "mcp-atlassian-confluence": "./dist/index.js" }, "scripts": { "build": "tsc", "prepare": "npm run build && node scripts/ensure-executable.js", "postinstall": "node scripts/ensure-executable.js", "clean": "rm -rf dist coverage", "test": "jest", "test:quiet": "jest --silent", "test:coverage": "jest --coverage", "test:cli": "jest src/cli/.*\\.cli\\.test\\.ts --runInBand --testTimeout=60000", "lint": "eslint src --ext .ts --config eslint.config.mjs", "format": "prettier --write 'src/**/*.ts' 'scripts/**/*.js'", "publish:npm": "npm publish", "update:check": "npx npm-check-updates", "update:deps": "npx npm-check-updates -u && npm install --legacy-peer-deps", "update:version": "node scripts/update-version.js", "mcp:stdio": "TRANSPORT_MODE=stdio npm run build && node dist/index.js", "mcp:http": "TRANSPORT_MODE=http npm run build && node dist/index.js", "mcp:inspect": "TRANSPORT_MODE=http npm run build && (node dist/index.js &) && sleep 2 && npx @modelcontextprotocol/inspector http://localhost:3000/mcp", "dev:stdio": "npm run build && npx @modelcontextprotocol/inspector -e TRANSPORT_MODE=stdio -e DEBUG=true node dist/index.js", "dev:http": "DEBUG=true TRANSPORT_MODE=http npm run build && node dist/index.js", "dev:server": "DEBUG=true npm run build && npx @modelcontextprotocol/inspector -e DEBUG=true node dist/index.js", "dev:cli": "DEBUG=true npm run build && DEBUG=true node dist/index.js", "start:server": "npm run build && npx @modelcontextprotocol/inspector node dist/index.js", "start:cli": "npm run build && node dist/index.js", "cli": "npm run build && node dist/index.js" }, "keywords": [ "mcp", "typescript", "claude", "anthropic", "ai", "atlassian", "confluence", "wiki", "knowledge-base", "server", "model-context-protocol", "tools", "resources", "tooling", "ai-integration", "mcp-server", "llm", "ai-connector", "external-tools", "cli", "mcp-inspector" ], "author": "Andi Ashari", "license": "ISC", "devDependencies": { "@eslint/js": "^9.39.1", "@semantic-release/changelog": "^6.0.3", "@semantic-release/exec": "^7.1.0", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.2", "@semantic-release/npm": "^13.1.2", "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/jest": "^30.0.0", "@types/jmespath": "^0.15.2", "@types/node": "^24.10.1", "@types/turndown": "^5.0.6", "@typescript-eslint/eslint-plugin": "^8.48.0", "@typescript-eslint/parser": "^8.48.0", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-filenames": "^1.3.2", "eslint-plugin-prettier": "^5.5.4", "jest": "^30.2.0", "nodemon": "^3.1.11", "npm-check-updates": "^19.1.2", "prettier": "^3.7.3", "semantic-release": "^25.0.2", "ts-jest": "^29.4.5", "ts-node": "^10.9.2", "typescript": "^5.9.3", "typescript-eslint": "^8.48.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "@toon-format/toon": "^2.0.1", "commander": "^14.0.2", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "jmespath": "^0.16.0", "turndown": "^7.2.2", "zod": "^4.1.13" }, "directories": { "example": "examples" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "testMatch": [ "**/src/**/*.test.ts" ], "collectCoverageFrom": [ "src/**/*.ts", "!src/**/*.test.ts", "!src/**/*.spec.ts" ], "coveragePathIgnorePatterns": [ "/node_modules/", "/dist/", "/coverage/" ], "coverageReporters": [ "text", "lcov", "json-summary" ], "transform": { "^.+\\.tsx?$": [ "ts-jest", { "useESM": true } ] }, "moduleNameMapper": { "(.*)\\.(js|jsx)$": "$1" }, "extensionsToTreatAsEsm": [ ".ts" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "silent": false, "verbose": false, "setupFilesAfterEnv": [ "<rootDir>/src/utils/jest.setup.ts" ] }, "engines": { "node": ">=18.0.0" } }

Latest Blog Posts

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/aashari/mcp-server-atlassian-confluence'

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