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 | |