Jira MCP Server
Jira MCP サーバー
AIアシスタントがJiraと連携できるようにする、Simple Model Context Protocol(MCP)サーバー。このサーバーにより、AIは以下のようなアクションを実行できます。
ユーザーに割り当てられたチケットを取得しています
チケットにコメントを追加する
利用可能なステータス遷移を取得する
チケットステータスの更新
前提条件
ドッカー
APIアクセスを持つJiraアカウント
環境変数が設定されています(下記参照)
Related MCP server: Jira MCP Server
環境変数
ルート ディレクトリに次の.envファイルを作成します。
JIRA_SERVER=https://yourcompany.atlassian.net
JIRA_USERNAME=yourname@yourcompany.com
JIRA_API_KEY=yourapikey
JIRA_PROJECT_KEY=yourprojectkeyAPI キーは次の場所から取得します: https://id.atlassian.com/manage-profile/security/api-tokens
ローカルで実行
オプション1: Dockerを使用する
# Build and run with Docker
chmod +x run_docker_locally.sh
./run_docker_locally.shオプション2: Pythonを使用する
依存関係をインストールします:
pip install -r requirements.txtサーバーを実行します。
uvicorn src.server:app --reloadこれによりhttp://localhost:8000でサーバーが起動します。
MCPサーバーの使用
MCP サーバーはhttp://localhost:8000/mcpで公開されます。
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 server implementation that allows AI models to interact with Jira through the Model Context Protocol, enabling tasks like JQL searches and retrieving issue details.
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Jira, allowing for project management tasks such as listing projects, searching issues, creating tickets, and managing sprints through natural language queries.7652TypeScriptMIT
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that enables ChatGPT and other AI assistants to directly interact with JIRA issues, currently offering the ability to retrieve issue details.
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables AI assistants like Claude to interact with Jira Cloud instances, providing capabilities for issue management, project listing, and JQL search.1652MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
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/maximepeabody/simple-jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server