MCP Server for JIRA
@MCP-Mirror
关于 MCP Server for JIRA
Mirror of
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for JIRA?
MCP Server for JIRA is a Model Context Protocol server that lets AI assistants (such as ChatGPT) directly read JIRA issue details. It uses the JIRA REST API and stores the API token securely in 1Password.
How to use MCP Server for JIRA?
Clone the repository, install dependencies with npm install, and build with npm run build. Configure the MCP client (e.g., Claude Dev in VS Code) to run the start-server.sh script, and set the environment variables JIRA_HOST, JIRA_EMAIL, and JIRA_API_TOKEN (pointing to a 1Password item). Once running, invoke the get_issue tool with an issue key (e.g., PROJ-123).
Key features of MCP Server for JIRA
- Retrieve a JIRA issue’s full details via
get_issue - Uses 1Password CLI to resolve API tokens securely
- Works with any MCP-compatible client (ChatGPT, Claude Dev, etc.)
- Simple environment variable–based configuration
- Single tool focused on read-only issue access
Use cases of MCP Server for JIRA
- An AI assistant fetches issue details to answer questions about ticket status or content
- Automated workflows that need to pull JIRA issue information for reporting or triage
- Developers using an AI‑powered IDE plugin to inspect JIRA issues without leaving the editor
- Chatbots that provide real‑time JIRA issue summaries in team communication tools
FAQ from MCP Server for JIRA
What tools does this server provide?
It provides a single tool: get_issue, which returns the full details of a JIRA issue given its key.
What are the prerequisites for using this server?
You need Node.js, npm, the 1Password desktop app and CLI, a JIRA API token (created from Atlassian account settings), and a JIRA Cloud instance.
How do I configure authentication?
Store your JIRA API token in 1Password. Then set the environment variable JIRA_API_TOKEN to the 1Password reference path (e.g., op://VAULT/ITEM/info/access token). The start script resolves it automatically.
Can I use this server with ChatGPT or other AI assistants?
Yes, the server is explicitly designed to let ChatGPT and other AI assistants directly interact with JIRA issues via the Model Context Protocol.
What JIRA features are not supported?
The README only documents retrieving issue details. It does not mention creating, updating, or deleting issues, searching, or accessing other JIRA entities.
版本控制 分类下的更多 MCP 服务器
Linear MCP Server
clinea private MCP server for accessing Linear
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Linear MCP Server
jerhadfA server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
评论