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
{ "compilerOptions": { "rootDir": "./src", "declarationMap": false, "inlineSourceMap": true, "inlineSources": true, "alwaysStrict": true, "declaration": true, "experimentalDecorators": true, "incremental": true, "lib": ["ES2021"], "module": "CommonJS", "noEmitOnError": true, "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "noImplicitThis": true, "noUnusedLocals": true, "noUnusedParameters": true, "resolveJsonModule": true, "skipLibCheck": true, "strict": true, "strictNullChecks": true, "strictPropertyInitialization": true, "stripInternal": false, "target": "ES2020", "composite": false, "tsBuildInfoFile": "tsconfig.tsbuildinfo" }, "include": ["src/**/*.ts"], "exclude": ["node_modules", ".types-compat"] }