Skip to content

Lo3wer/JiraMCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira MCP Server

MCP server for integrating Jira with Claude Code.

Setup

  1. Clone the repository
  2. Create virtual environment: python -m venv venv
  3. Activate: .\venv\Scripts\Activate.ps1
  4. Install: pip install -e .
  5. Copy .env.example to .env and fill in your Jira credentials
  6. Run: python -m jira_mcp.server

Configuration

Add to your Claude Code MCP configuration file.

Available Tools

  • search_issues - Search for Jira issues using JQL
  • get_issue - Get details of a specific issue
  • create_issue - Create a new issue
  • update_issue - Update an existing issue
  • add_comment - Add a comment to an issue
  • transition_issue - Move issue through workflow
  • get_projects - List available projects "@ | Out-File -FilePath "README.md" -Encoding utf8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages