Integrations
Provides tools for searching Confluence pages using CQL queries and retrieving page content, enabling access to information stored in Confluence wikis.
Сервер связи Confluence MCP-сервер
Взаимодействовать с Confluence
Это MCP-сервер на основе TypeScript, который предоставляет инструменты для взаимодействия с Confluence. Он демонстрирует основные концепции MCP, предоставляя:
- Инструменты для выполнения CQL-запросов на страницах поиска
- Инструменты для извлечения содержимого страниц Confluence
Функции
Инструменты слияния
execute_cql_search
- Цель : Выполнить CQL-запрос для поиска страниц Confluence.
- Параметры :
cql
,limit
(по умолчанию: 10).
get_page_content
- Цель : Извлечь содержимое страницы Confluence.
- Параметры :
pageId
.
Разработка
Установить зависимости:
Сборка сервера:
Для разработки с автоматической пересборкой:
Установка
Установка через Smithery
Чтобы автоматически установить Confluence Communication Server MCP Server для Claude Desktop через Smithery :
Для использования с Claude Desktop добавьте конфигурацию сервера:
На MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
В Windows: %APPDATA%/Claude/claude_desktop_config.json
Отладка
Поскольку серверы MCP взаимодействуют через stdio, отладка может быть сложной. Мы рекомендуем использовать MCP Inspector , который доступен как пакетный скрипт:
Инспектор предоставит URL-адрес для доступа к инструментам отладки в вашем браузере.
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Позволяет запрашивать и извлекать контент из Confluence с помощью поиска CQL и извлечения контента страниц, что позволяет Клоду беспрепятственно получать доступ к информации, хранящейся в рабочих пространствах Confluence.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityFacilitates web search capabilities using Perplexity's API, allowing users to retrieve search results through Claude's interface.Last updated -12JavaScriptMIT License
- -security-license-qualityEnables VSCode/Cursor to integrate with Confluence Wiki, allowing AI models to access and process wiki content by fetching pages and converting them to Markdown format.Last updated -2TypeScriptMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables AI assistants like Claude to access and search Atlassian Confluence content, allowing integration with your organization's knowledge base.Last updated -51,5855TypeScript
- -securityFlicense-qualityAn MCP server that enables searching and retrieving content from Confluence documentation systems, providing capabilities for both document searches and full page content retrieval.Last updated -Python