Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Confluence Communication Server
Claim
by
KS-GEN-AI
GitHub
Communication
Knowledge & Memory
Search
JavaScript
6
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
confluence-mcp-server
.idea
src
.gitignore
package.json
package-lock.json
README.md
recompile_mac
recompile_windows
tsconfig.json
{
"
name
"
:
"
jira_communication_server
"
,
"
version
"
:
"
0.2.0
"
,
"
description
"
:
"
Talk to jira
"
,
"
private
"
:
true
,
"
type
"
:
"
module
"
,
"
bin
"
: {
"
Jira communication server
"
:
"
./build/index.js
"
},
"
files
"
: [
"
build
"
],
"
scripts
"
: {
"
build
"
:
"
tsc && node -e
\"
require('fs').chmodSync('build/index.js', '755')
\"
"
,
"
prepare
"
:
"
npm run build
"
,
"
watch
"
:
"
tsc --watch
"
,
"
inspector
"
:
"
npx @modelcontextprotocol/inspector build/index.js
"
},
"
dependencies
"
: {
"
@modelcontextprotocol/sdk
"
:
"
0.6.0
"
,
"
axios
"
:
"
^1.7.9
"
,
"
mcp-framework
"
:
"
^0.1.12
"
,
"
okhttp
"
:
"
^1.1.0
"
},
"
devDependencies
"
: {
"
@types/node
"
:
"
^20.11.24
"
,
"
typescript
"
:
"
^5.7.2
"
}
}