53
/ 100
1 month ago
glama

confluence-mcp

A Confluence MCP server optimized for AI agents, enabling surgical section edits, fast page tree downloads, smart image handling, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
3 tools describe read intent but their handlers mutate — get_page (line 200: p.write_text(body_text, encoding="utf-8")); get_page_tree (line 270: fpath.write_text(header + md_body, encoding="utf-8")); get_section (line 331: p.write_text(content, encoding="utf-8"))
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: CONFLUENCE_API_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCONFLUENCE_URL"": "https://yoursite.atlassian.net",
configCONFLUENCE_USERNAMEyou@company.com
🔐 secretCONFLUENCE_API_TOKENyour-api-token
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/1vecera-confluence-mcp-1dmn5s)](https://m8ven.ai/mcp/1vecera-confluence-mcp-1dmn5s)
commit: 549342c85a42692e8582d2a7a4f01e60e1a06b88
code hash: efaa3ba569872c83d9d86767c834a3613fcc85f139799d6cfef3534b46b9eea4
verified: 6/22/2026, 12:48:46 PM
view raw JSON →