Atlassian MCP
カーソル IDE 用の Atlassian MCP
Atlassian 製品 (JIRA、Confluence、BitBucket) との統合を提供する Cursor IDE 用のマネージド コード プラグイン (MCP)。
可能性
JIRA統合
JQLを使用したタスクの検索
タスクの詳細情報を取得する
新しいタスクの作成
タスクにコメントを追加する
ワークフロー管理
時間追跡のためのTempoとの統合
プロジェクトとエピックの操作
Confluenceとの統合
ページコンテンツの取得
CQLを使用したページの検索
スペースに関する情報の取得
新しいページを作成する
既存のページの更新
添付ファイルとコメントの操作
BitBucket統合
リポジトリに関する情報の取得
ブランチに関する情報の取得
新しいブランチの作成
プルリクエストの操作
ファイルの内容を取得する
ファイルの作成と編集
パイプラインとの統合
Related MCP server: Jira Context MCP Server
要件
Node.js (v14以上)
npm (v6以上)
カーソルIDE
APIアクセス権限を持つAtlassianアカウント
インストール
リポジトリをクローンします。
git clone https://github.com/solidus-/atlassian-cursor-mcp.git cd atlassian-cursor-mcp依存関係をインストールします:
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ライセンス
マサチューセッツ工科大学
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