Integrations
Provides integration with the Atlassian suite of products including JIRA, Confluence, and BitBucket
Provides access to repository information, branch management, Pull Request operations, file content retrieval, file creation and editing, and Pipelines integration
Allows retrieving page content, searching pages with CQL, working with spaces, creating and updating pages, and handling attachments and comments
适用于 Cursor IDE 的 Atlassian MCP
Cursor IDE 的托管代码插件 (MCP),提供与 Atlassian 产品的集成:JIRA、Confluence 和 BitBucket。
可能性
JIRA 集成
- 使用 JQL 搜索任务
- 获取有关任务的详细信息
- 创建新任务
- 为任务添加评论
- 工作流管理
- 与 Tempo 集成以进行时间跟踪
- 处理项目和史诗
Confluence 集成
- 获取页面内容
- 使用 CQL 搜索页面
- 获取有关空间的信息
- 创建新页面
- 更新现有页面
- 使用附件和评论
BitBucket 集成
- 获取有关存储库的信息
- 获取有关分支的信息
- 创建新分支
- 使用拉取请求
- 获取文件内容
- 创建和编辑文件
- 与管道集成
要求
- Node.js(v14 或更高版本)
- npm(v6 或更高版本)
- 游标 IDE
- 具有 API 访问权限的 Atlassian 帐户
安装
- 克隆存储库:Copy
- 安装依赖项:Copy
- 设置 Atlassian 凭证:
- 将
.env.example
复制到.env
- 使用您的 Atlassian 凭证更新值
- 将
- 组装项目:Copy
- 启动 MCP 服务器:Copy
设置 Cursor IDE
- 打开游标 IDE
- 前往“设置”>“功能”>“MCP 服务器”
- 添加新的 MCP 服务器,其详细信息如下:
- 名称: Atlassian MCP
- 类型:HTTP
- 网址: http://localhost:3000/mcp
用法
一旦您在 Cursor IDE 中设置了 MCP,您将能够直接从 IDE 与 Atlassian 产品进行交互。例如:
- 搜索与您当前问题相关的 JIRA 问题
- 为检测到的错误创建新任务
- 在 Confluence 中查看文档
- 在 BitBucket 存储库中创建或更新文件
- 为你的变更创建 Pull 请求
- 跟踪任务所花费的时间
发展
要在开发模式下运行 MCP 并自动重启:
Copy
项目结构
Copy
执照
麻省理工学院
This server cannot be installed
Cursor IDE 的托管代码插件提供与 Atlassian 产品(JIRA、Confluence、BitBucket)的集成,使开发人员能够直接从 IDE 搜索任务、创建新问题、查看文档和管理代码存储库。