Skip to main content
Glama

Atlassian MCP

by solidus-

커서 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. 저장소를 복제합니다.지엑스피1
  2. 종속성 설치:
    npm install
  3. Atlassian 자격 증명 설정:
    • .env.example``.env 로 복사합니다.
    • Atlassian 자격 증명으로 값을 업데이트하세요.
  4. 프로젝트를 조립하세요:
    npm run build
  5. MCP 서버를 시작합니다.
    npm start

커서 IDE 설정

  1. 커서 IDE 열기
  2. 설정 > 기능 > MCP 서버로 이동하세요.
  3. 다음 세부정보로 새로운 MCP 서버를 추가합니다.

용법

Cursor IDE에서 MCP를 설정하면 IDE에서 직접 Atlassian 제품과 상호 작용할 수 있습니다. 예를 들어:

  • 현재 문제와 관련된 JIRA 문제를 검색하세요
  • 감지된 버그에 대한 새 작업 생성
  • Confluence에서 문서 보기
  • BitBucket 저장소에서 파일을 만들거나 업데이트합니다.
  • 변경 사항에 대한 풀 리퀘스트를 만듭니다.
  • 작업에 소요된 시간을 추적하세요

개발

자동 재부팅으로 개발 모드에서 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

특허

MIT

-
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.

Atlassian 제품(JIRA, Confluence, BitBucket)과 통합을 제공하는 Cursor IDE용 관리형 코드 플러그인을 사용하면 개발자가 IDE에서 직접 작업을 검색하고, 새로운 이슈를 만들고, 문서를 보고, 코드 저장소를 관리할 수 있습니다.

  1. 가능성
    1. JIRA 통합
    2. Confluence 통합
    3. BitBucket 통합
  2. 요구 사항
    1. 설치
      1. 커서 IDE 설정
        1. 용법
          1. 개발
            1. 프로젝트 구조
              1. 특허

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  An AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.
                  Last updated -
                  693
                  327
                  TypeScript
                  MIT License
                • -
                  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 -
                  693
                  10
                  TypeScript
                  MIT License
                • -
                  security
                  A
                  license
                  -
                  quality
                  A 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 -
                  12
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A 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 -
                  Python
                  • Linux
                  • Apple

                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