MCP Server for Jira
@rihofujino
MCP Server for Jira について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server for Jira?
MCP Server for Jira is an MCP server that connects to the Jira API. It allows you to search, create, update, and manage Jira issues and comments programmatically.
How to use MCP Server for Jira?
Install dependencies with npm install, copy .env.example to .env, and fill in your Jira API URL, email, and token. Start the server with npm run dev (development) or npm start (production). The server exposes REST endpoints under /api/jira/.
Key features of MCP Server for Jira
- Search Jira issues using JQL queries
- Get detailed information for a single issue
- Create new Jira issues with custom fields
- Update existing issue fields
- Add comments to issues
- Transition issue statuses (workflow steps)
Use cases of MCP Server for Jira
- Automate issue creation from external tools
- Fetch issue details for reporting or dashboards
- Update issue statuses as part of CI/CD pipelines
- Add context comments to issues automatically
FAQ from MCP Server for Jira
What environment variables are required?
JIRA_API_URL (e.g. https://your-domain.atlassian.net/rest/api/3), JIRA_API_EMAIL, and JIRA_API_TOKEN must be set. Optional variables include PORT (default 3000) and LOG_LEVEL.
How do I search for issues?
Send a GET request to /api/jira/issues with the required jql query parameter (e.g., project=PROJ). Optionally set maxResults (default 50).
How do I create a new issue?
Send a POST request to /api/jira/issues with a JSON body containing the fields object, including project.key, summary, and issuetype.id. Priority and other fields are optional.
How do I change an issue’s status?
Send a POST request to /api/jira/issues/:issueKey/transitions with the transitionId in the body.
Where are logs stored?
Logs are saved to logs/combined.log (all logs) and logs/error.log (errors only). Log level is controlled by the LOG_LEVEL environment variable.
「バージョン管理」の他のコンテンツ
Linear MCP Server
clinea private MCP server for accessing Linear
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
GitHub Stars MCP Server
ccbikaiA Cloudflare-powered MCP (Model Context Protocol) Server that allows you to search and query your GitHub starred repositories using natural language.
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Atlassian Data Center MCP
b1ffMCP servers for the Atlassian products (Bitbucket, Confluence, JIRA) of the Data Center version
コメント