mcp-atlassian

MCP server for Atlassian tools (Confluence, Jira)

GitHubスター

3,011

ユーザー評価

未評価

お気に入り

0

閲覧数

9

フォーク

572

イシュー

107

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

インストール方法

前提条件

Python: 3.6以上
Docker: 最新版

インストール手順

1. リポジトリのクローン

bash
git clone https://github.com/sooperset/mcp-atlassian.git
cd mcp-atlassian

2. Dockerを使用してサーバーを起動

bash
docker run --rm -i -p 8080:8080 -v "${HOME}/.mcp-atlassian:/home/app/.mcp-atlassian" ghcr.io/sooperset/mcp-atlassian:latest

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Dockerが正しくインストールされているか確認してください。 問題: 認証エラーが発生する 解決策: APIトークンやOAuthの設定を再確認してください。

追加リソース

作者情報
Hyeonsoo Lee

AI Research Scientist | Computer VIsion & Deep Learning

Lunit Inc.Seoul, South Korea

216

フォロワー

34

リポジトリ

0

Gist

0

貢献数

関連するMCP
dify-mcp-client logo

MCP Client as an Agent Strategy Plugin. Support GUI operation via UI-TARS-SDK.

Python
agent-atlassian logo

Atlassian (Jira/Confluence) AI Agent powered by 1st Party MCP Server using OpenAPI Codegen, LangGraph and LangChain MCP Adapters. Agent is exposed on various agent transport protocols (AGNTCY Slim, Google A2A, MCP Server)

Python
opencv-mcp-server logo

OpenCV MCP Server provides OpenCV's image and video processing capabilities through the Model Context Protocol (MCP). Access powerful computer vision tools for tasks ranging from basic image manipulation to advanced object detection and tracking.

Python