simple-jira-mcp
1
The Jira MCP Server is a Model Context Protocol server designed for AI interactions with Jira. It supports various ticket-related actions and can be run using Docker or Python.
Jira MCP Server
A Simple Model Context Protocol (MCP) server that allows AI assistants to interact with Jira. The server supports actions like fetching tickets, adding comments, status transitions, and updating ticket statuses.
Prerequisites
- Docker
- Jira account with API access
- Environment variables configured
Running Locally
Option 1: Using Docker
- Build and run with Docker using provided scripts.
Option 2: Using Python
- Install dependencies and run the server locally.