JIRA MCP server by itbusina
Active
⭐ Featured
The JIRA MCP server integrates with JIRA REST API by itbusina.com
Updated 8/2/2025
Key Features
What makes this MCP server special
Search JIRA issues
JIRA API
Requirements
docker
Server Information
Status
Active
Version
1.0.0
License
MIT
Author
https://itbusina.com
Installation Guide
Get started with this MCP server in minutes
1. Install the Package
docker pull itbusina/jira-mcp:latest
2. Configuration
{
"mcpServers": {
"jira": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"JIRA_HOST",
"-e",
"JIRA_AUTH_TYPE",
"-e",
"JIRA_USER",
"-e",
"JIRA_TOKEN",
"itbusina/jira-mcp:latest"
],
"env": {
"JIRA_HOST": "https://server.com",
"JIRA_AUTH_TYPE": "basic",
"JIRA_USER": "[email protected]",
"JIRA_TOKEN": "363194..."
}
}
}
}
3. Usage Example
Give all tickets assigned on me