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 integration with Confluence to execute CQL queries, retrieve page content, create pages, and update pages.
Provides integration with Jira to execute JQL queries, create issues, update issues, transition issues, get board sprints, get sprint issues, get current sprints, get epic issues, and get user issues.
更好的 Confluence 通信服务器
概述
此服务器实现了用于 Confluence 集成的模型上下文协议 (MCP)。**此版本解决并修复了现有 Confluence 服务器中发现的错误,从而提供更稳定可靠的体验。**它提供了执行 CQL 查询和从 Confluence 检索页面内容的功能。
该服务器遵循 MCP 客户端-服务器架构:
- 充当提供 Confluence 功能的 MCP 服务器
- 连接到 Confluence 作为数据源
- 通过标准化协议与 MCP 客户端通信
如何使用
与 Claude App、Cline、Roo Code 一起使用
当使用 Claude App 时,您需要直接设置您的 API 密钥和 URL。
Copy
与游标一起使用
通过 Smithery 安装
要通过Smithery自动为 Claude Desktop 安装 Confluence 通信服务器:
Copy
与 Cursor 一起使用时,可以按如下方式设置环境变量并运行服务器:
Copy
CONFLUENCE_API_MAIL
:您的 Confluence API 电子邮件地址。CONFLUENCE_API_KEY
:您的 Confluence API 密钥。CONFLUENCE_URL
:您的 Confluence URL。JIRA_URL
:您的 JIRA URL。CONFLUENCE_IS_CLOUD
:确定 Confluence 版本(云或服务器)- 默认值:true(云版本)
- 对于服务器/数据中心版本明确设置为“false”
- 影响 API 端点路径:
- 云:
/wiki/rest/api
- 服务器:
/rest/api
- 云:
Confluence 工具
- execute_cql_search :在 Confluence 上执行 CQL 查询以搜索页面。
- 描述:在 Confluence 实例上执行 CQL 查询以搜索页面。
- 输入模式:Copy
- get_page_content :检索特定 Confluence 页面的内容。
- 描述:使用页面 ID 获取 Confluence 页面的内容。
- 输入模式:Copy
- create_page :创建一个新的 Confluence 页面。
- 描述:在指定的 Confluence 空间中创建一个新页面。
- 输入模式:Copy
- update_page :更新现有的 Confluence 页面。
- 描述:更新现有 Confluence 页面的内容。
- 输入模式:Copy
Jira 工具
- execute_jql_search :在 Jira 上执行 JQL 查询以搜索问题。
- 描述:在 Jira 实例上执行 JQL 查询以搜索问题。
- 输入模式:Copy
- create_jira_issue :创建一个新的 Jira 问题。
- 描述:在指定的 Jira 项目中创建新问题。
- 输入模式:Copy
- update_jira_issue :更新现有的 Jira 问题。
- 描述:更新现有 Jira 问题的字段。
- 输入模式:Copy
- transition_jira_issue :更改 Jira 问题的状态。
- 描述:使用转换 ID 更改 Jira 问题的状态。
- 输入模式:Copy
- get_board_sprints :从 Jira 板获取所有冲刺。
- 描述:从指定的 Jira 板检索所有冲刺。
- 输入模式:Copy
- get_sprint_issues :获取冲刺中的所有问题。
- 描述:检索指定冲刺中的所有问题。
- 输入模式:Copy
- get_current_sprint :从带有问题的板上获取当前活跃的冲刺。
- 描述:从指定的板上检索当前活动的冲刺及其问题。
- 输入模式:Copy
- get_epic_issues :获取属于史诗的所有问题。
- 描述:检索属于指定史诗的所有问题。
- 输入模式:Copy
- get_user_issues :获取分配给或由特定用户在论坛中报告的所有问题。
- 描述:检索与论坛中特定用户相关的所有问题。
- 输入模式:Copy
Appeared in Searches
- A project management and issue tracking tool
- Integrating Cursor IDE with Jira for Ticket Verification and Implementation
- Methods to retrieve JIRA issue details and create new JIRA tickets
- Understanding Jira ticket impacts and preparing an action plan or architecture update
- Accessing up-to-date information on Confluence