MCP server for Jira integration
Project description
Jira MCP Server
A Model Context Protocol (MCP) server for Jira integration. This server provides tools for interacting with Jira, including creating, reading, and updating issues.
Features
- Issue Management: Create, read, update, and transition issues
- Search: Use JQL to search for issues
- Comments: Add comments to issues
- Resources: Access metadata about projects, issue types, and priorities
- Prompts: Templates for common Jira workflows
Installation
pip install -e .
Configuration
Set the following environment variables:
export JIRA_BASE_URL="https://your-instance.atlassian.net"
export JIRA_USERNAME="your_email@example.com"
export JIRA_API_TOKEN="your_api_token"
You can get an API token from: https://id.atlassian.com/manage-profile/security/api-tokens
Usage
Start the server:
mcp-jira
Available Tools
- get_issue: Get details of a specific Jira issue
- search_issues: Search for Jira issues using JQL
- create_issue: Create a new Jira issue
- update_issue: Update an existing Jira issue
- add_comment: Add a comment to a Jira issue
- transition_issue: Change the status of a Jira issue
Available Resources
- jira://projects: List of all Jira projects
- jira://issuetypes: List of all issue types
- jira://priorities: List of all priorities
Available Prompts
- create_bug: Template for creating a bug report
- jql_search: Template for creating JQL search queries
Version
0.0.1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_jira-0.0.1.tar.gz.
File metadata
- Download URL: mcp_jira-0.0.1.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c5a7b144db8bc994f6ded4854d8cd7ea1ac236229169322b5853dcbfada1396
|
|
| MD5 |
43f242e526d3118ad744b75ec5583989
|
|
| BLAKE2b-256 |
c8e7ab0f5f08b6149156fbec602cf6631fa27b6d3c4f440b04c24c0986fb138e
|
File details
Details for the file mcp_jira-0.0.1-py3-none-any.whl.
File metadata
- Download URL: mcp_jira-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e6152aab1622c6afd589ab0379a6251007a5468eee565f209287183c5f31edf
|
|
| MD5 |
fdf6bf4392501ad07c7ec0c45a142349
|
|
| BLAKE2b-256 |
0129ac87b7f4c032d6bc9db3aef92f573701951d983e147ccf5bf8f5a9f5135f
|