Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-confluence
by
mouhamadalmounayar
Verified
npm
GitHub
Developer Tools
TypeScript
MIT License
14
9
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
src
.gitignore
index.ts
jest.config.js
LICENSE.md
package.json
package-lock.json
README.md
tsconfig.json
tsconfig.test.json
{ "name": "mcp-confluence", "version": "0.0.0-development", "main": "index.js", "scripts": { "build": "tsc", "start": "npx tsc && node ./dist/index.js", "test": "jest" }, "keywords": [ "confluence", "mcp", "mcp-confluence", "model context protocol" ], "author": "Al Mounayar Mouhamad", "license": "ISC", "type": "commonjs", "description": "A model context server for confluence", "devDependencies": { "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "jest": "^29.7.0", "semantic-release": "^24.2.1", "ts-jest": "^29.2.5", "typescript": "^5.7.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.1.1", "@types/node": "^22.10.5", "dotenv": "^16.4.7" }, "files": [ "dist", "README.md" ] }