适用于 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 帐户
安装
克隆存储库:
git clone https://github.com/solidus-/atlassian-cursor-mcp.git cd atlassian-cursor-mcp安装依赖项:
npm install设置 Atlassian 凭证:
将
.env.example
复制到.env
使用您的 Atlassian 凭证更新值
组装项目:
npm run build启动 MCP 服务器:
npm start
设置 Cursor IDE
打开游标 IDE
前往“设置”>“功能”>“MCP 服务器”
添加新的 MCP 服务器,其详细信息如下:
名称: Atlassian MCP
类型:HTTP
用法
一旦您在 Cursor IDE 中设置了 MCP,您将能够直接从 IDE 与 Atlassian 产品进行交互。例如:
搜索与您当前问题相关的 JIRA 问题
为检测到的错误创建新任务
在 Confluence 中查看文档
在 BitBucket 存储库中创建或更新文件
为你的变更创建 Pull 请求
跟踪任务所花费的时间
发展
要在开发模式下运行 MCP 并自动重启:
项目结构
执照
麻省理工学院
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Cursor IDE 的托管代码插件提供与 Atlassian 产品(JIRA、Confluence、BitBucket)的集成,使开发人员能够直接从 IDE 搜索任务、创建新问题、查看文档和管理代码存储库。
Related MCP Servers
- -securityAlicense-qualityAn AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.Last updated -596337MIT License
- -securityAlicense-qualityA Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.Last updated -59611MIT License
- -securityAlicense-qualityA collection of Laravel helper tools for integration with Cursor IDE, providing features like log viewing, error searching, artisan command execution, and model information display directly within the editor.Last updated -12MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables seamless integration between Cursor IDE and JIRA, allowing users to retrieve issues, execute JQL searches, and log work through natural language interactions.Last updated -