67
/ 100
10 days ago
glama

ConfluenceMCP

MCP server for searching internal Confluence documentation with features like score-based ranking, noun extraction, and LLM query rewriting.

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.
🔐
You'll be asked for 2 credentials: CONFLUENCE_API_TOKEN, LLM_REWRITE_API_KEY
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_BASE_URLзаполнить .env (минимум: , CONFLUENCE_USERNAME, CONFLUENCE_API_TOKEN)
configCONFLUENCE_USERNAMEзаполнить .env (минимум: CONFLUENCE_BASE_URL, , CONFLUENCE_API_TOKEN)
🔐 secretCONFLUENCE_API_TOKENзаполнить .env (минимум: CONFLUENCE_BASE_URL, CONFLUENCE_USERNAME, )
configCONFLUENCE_TIMEOUT30 Таймаут HTTP-запросов к Confluence (секунды, минимум 5)
configSCORE_MERGE_MAX_VARIANTS12 Макс. число вариантов запроса при score-based поиске (4–24)
configLLM_REWRITE_PROVIDER
configLLM_REWRITE_ENDPOINT_(пусто)_ URL OpenAI-совместимого API для переформулировки запросов
configLLM_REWRITE_MODEL_(пусто)_ Имя модели (например qwen2.5)
🔐 secretLLM_REWRITE_API_KEY_(пусто)_ API-ключ (если не нужен — оставить пустым)
configLLM_REWRITE_TIMEOUT5 Таймаут LLM-запроса (секунды)
configMCP_HOST
configMCP_PORT8003 Порт сервера
configGIT_COMMIT
// 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/ivanarama-confluencemcp-4ysv7q)](https://m8ven.ai/mcp/ivanarama-confluencemcp-4ysv7q)
commit: ad24ca2c4f0a6192d2f7fcc47028525614438c5d
code hash: 2ccda28941fc792f1026a2aa0307b67bded4c7f519ab31d4c59d4567efd7d8ba
verified: 7/21/2026, 9:13:43 AM
view raw JSON →