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.
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 交互
这是一个基于 TypeScript 的 MCP 服务器,提供与 Confluence 交互的工具。它通过以下方式演示了 MCP 的核心概念:
- 用于执行 CQL 查询以搜索页面的工具
- 用于检索 Confluence 页面内容的工具
特征
Confluence 工具
execute_cql_search
- 目的:运行 CQL 查询来搜索 Confluence 页面。
- 参数:
cql
,limit
(默认值:10)。
get_page_content
- 目的:获取 Confluence 页面的内容。
- 参数:
pageId
。
发展
安装依赖项:
构建服务器:
对于使用自动重建的开发:
安装
要与 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.
通过 CQL 搜索和页面内容提取,可以从 Confluence 查询和检索内容,从而允许 Claude 无缝访问存储在 Confluence 工作区中的信息。