54
/ 100
1 month ago
glama

confluence-adf-mcp

An MCP server for reading and writing Confluence pages in native Atlassian Document Format (ADF), enabling precise edits at the document node level without loss of formatting.

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
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 3 credentials: CONFLUENCE_OAUTH_CLIENT_SECRET, CONFLUENCE_OAUTH_REFRESH_TOKEN, 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_URLexport ="https://your-domain.atlassian.net/wiki"
configCACHE_DIR
configCONFLUENCE_OAUTH_CLIENT_IDexport ="your-oauth-client-id"
🔐 secretCONFLUENCE_OAUTH_CLIENT_SECRETexport ="your-oauth-client-secret"
🔐 secretCONFLUENCE_OAUTH_REFRESH_TOKENexport ="your-initial-refresh-token"
configCONFLUENCE_USERNAMEexport ="you@example.com"
🔐 secretCONFLUENCE_API_TOKENexport ="your-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/karbassi-confluence-adf-mcp-15ip96)](https://m8ven.ai/mcp/karbassi-confluence-adf-mcp-15ip96)
commit: eb140fd90ac117b06a11dc9e32a9ef51ea016ae0
code hash: a1ea95f3c555a67f355e86cf2c65e6167546eccfd7e59bf651a7884721337144
verified: 6/21/2026, 10:10:50 AM
view raw JSON →