mcp-confluence
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CONFLUENCE_PAT | No | Personal Access Token for authentication (recommended) | |
| CONFLUENCE_BASE_URL | Yes | URL of the Confluence instance, e.g., https://confluence.company.local | |
| CONFLUENCE_PASSWORD | No | Password for basic authentication | |
| CONFLUENCE_USERNAME | No | Username for basic authentication | |
| CONFLUENCE_TLS_REJECT_UNAUTHORIZED | No | Set to 'false' to disable TLS certificate verification for self-signed certificates |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| confluence_searchA | Поиск контента в Confluence через CQL (Confluence Query Language). Пример: text ~ "релиз" AND space = "DEV" ORDER BY created DESC |
| confluence_get_pageB | Возвращает страницу с телом (storage-формат), версией, пространством и метками. |
| confluence_get_page_by_titleB | Ищет страницу по ключу пространства и точному заголовку. |
| confluence_list_spacesC | Возвращает доступные пространства Confluence. |
| confluence_get_child_pagesC | Возвращает дочерние страницы для указанной страницы. |
| confluence_create_pageB | Создаёт новую страницу. Тело — в storage-формате Confluence (XHTML). |
| confluence_update_pageA | Обновляет заголовок и/или тело страницы. Номер версии инкрементируется автоматически. |
| confluence_delete_pageA | Удаляет страницу (перемещает в корзину). |
| confluence_add_commentB | Добавляет комментарий к странице (storage-формат). |
| confluence_get_labelsB | Возвращает метки (labels) страницы. |
| confluence_add_labelsC | Добавляет одну или несколько меток к странице. |
| confluence_remove_labelB | Удаляет метку со страницы. |
| confluence_list_attachmentsC | Возвращает вложения страницы с ссылками для скачивания. |
| confluence_upload_attachmentB | Загружает локальный файл как вложение к странице. Укажите путь к файлу на диске. |
| confluence_download_attachmentA | Скачивает вложение по download-ссылке (из confluence_list_attachments) и сохраняет на диск. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sirexelite/mcp-confluence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server