Atlassian MCP
커서 IDE용 Atlassian MCP
Cursor IDE용 관리형 코드 플러그인(MCP)으로, Atlassian 제품인 JIRA, Confluence, BitBucket과 통합을 제공합니다.
가능성
JIRA 통합
JQL을 사용하여 작업 검색
작업에 대한 자세한 정보 얻기
새로운 작업 만들기
작업에 주석 추가
워크플로 관리
시간 추적을 위한 Tempo와의 통합
프로젝트 및 에픽 작업
Confluence 통합
페이지 콘텐츠 가져오기
CQL을 사용하여 페이지 검색
공간에 대한 정보 얻기
새 페이지 만들기
기존 페이지 업데이트
첨부 파일 및 주석 작업
BitBucket 통합
저장소에 대한 정보 얻기
지점에 대한 정보 얻기
새로운 지점 만들기
풀 리퀘스트 작업
파일 내용 가져오기
파일 생성 및 편집
파이프라인과의 통합
Related MCP server: Jira Context MCP Server
요구 사항
Node.js(v14 이상)
npm(v6 이상)
커서 IDE
API 액세스가 가능한 Atlassian 계정
설치
저장소를 복제합니다.
지엑스피1
종속성 설치:
npm installAtlassian 자격 증명 설정:
.env.example``.env로 복사합니다.Atlassian 자격 증명으로 값을 업데이트하세요.
프로젝트를 조립하세요:
npm run buildMCP 서버를 시작합니다.
npm start
커서 IDE 설정
커서 IDE 열기
설정 > 기능 > MCP 서버로 이동하세요.
다음 세부정보로 새로운 MCP 서버를 추가합니다.
이름: Atlassian MCP
유형: HTTP
용법
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA 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.
- AlicenseNot gradedqualityDmaintenanceIntegrates Jira with Cursor IDE for AI-powered issue management, sprint tracking, library vulnerability analysis, and MySQL database queries through natural language.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search and retrieve data from Jira and Confluence directly within MCP-compatible IDEs. It provides tools for managing Jira tickets and Confluence pages using OAuth 2.0 authentication and Hexagonal Architecture.
- AlicenseNot gradedqualityDmaintenanceEnables tracking customer-specific JIRA tickets with full CRUD operations, comments, and Markdown export, integrated with Cursor IDE via MCP.1MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
A MCP server built for developers enabling Git based project management with project and personal…
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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