Skip to main content
Glama

Atlassian MCP

by solidus-

适用于 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 帐户

安装

  1. 克隆存储库:
    git clone https://github.com/solidus-/atlassian-cursor-mcp.git cd atlassian-cursor-mcp
  2. 安装依赖项:
    npm install
  3. 设置 Atlassian 凭证:
    • .env.example复制到.env
    • 使用您的 Atlassian 凭证更新值
  4. 组装项目:
    npm run build
  5. 启动 MCP 服务器:
    npm start

设置 Cursor IDE

  1. 打开游标 IDE
  2. 前往“设置”>“功能”>“MCP 服务器”
  3. 添加新的 MCP 服务器,其详细信息如下:

用法

一旦您在 Cursor IDE 中设置了 MCP,您将能够直接从 IDE 与 Atlassian 产品进行交互。例如:

  • 搜索与您当前问题相关的 JIRA 问题
  • 为检测到的错误创建新任务
  • 在 Confluence 中查看文档
  • 在 BitBucket 存储库中创建或更新文件
  • 为你的变更创建 Pull 请求
  • 跟踪任务所花费的时间

发展

要在开发模式下运行 MCP 并自动重启:

npm run dev

项目结构

├── src/ # Исходный код │ ├── index.ts # Точка входа │ ├── mcp/ # MCP инструменты │ │ ├── jiraTools.ts # Инструменты для JIRA │ │ ├── confluenceTools.ts # Инструменты для Confluence │ │ └── bitbucketTools.ts # Инструменты для BitBucket │ └── services/ # Сервисы для работы с API Atlassian │ ├── AtlassianBaseService.ts # Базовый сервис │ ├── JiraService.ts # Сервис для работы с JIRA API │ ├── ConfluenceService.ts # Сервис для работы с Confluence API │ └── BitbucketService.ts # Сервис для работы с BitBucket API ├── dist/ # Скомпилированный код ├── .env # Конфигурация окружения ├── .env.example # Пример конфигурации ├── package.json # Зависимости и скрипты └── tsconfig.json # Конфигурация TypeScript

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

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 搜索任务、创建新问题、查看文档和管理代码存储库。

  1. 可能性
    1. JIRA 集成
    2. Confluence 集成
    3. BitBucket 集成
  2. 要求
    1. 安装
      1. 设置 Cursor IDE
        1. 用法
          1. 发展
            1. 项目结构
              1. 执照

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Facilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.
                  Last updated -
                  2
                  21
                  31
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A simple template for creating custom tools for Cursor IDE using Model Context Protocol, deployable via Heroku, Docker, or directly within Cursor IDE.
                  Last updated -
                  2
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A code review tool for Cursor IDE that uses OpenAI's GPT models to provide intelligent code analysis and suggestions.
                  Last updated -
                  2
                  Python
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A 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 -
                  690
                  2
                  TypeScript
                  MIT License

                View all related MCP servers

                MCP directory API

                We provide all the information about MCP servers via our MCP API.

                curl -X GET 'https://glama.ai/api/mcp/v1/servers/solidus-/atlassian-cursor-mcp'

                If you have feedback or need assistance with the MCP directory API, please join our Discord server