A 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 transitions.
JiraMCPGoAI Connectortool
Installation & Configuration
{
"mcpServers": {
"jira": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"ATLASSIAN_HOST=https://your-company.atlassian.net",
"-e",
"[email protected]",
"-e",
"ATLASSIAN_TOKEN=your-api-token",
"ghcr.io/nguyenvanduocit/jira-mcp:latest"
]
}
}
}Information
Transport
stdio
Language
Go
Created
2025/7/23
Updated
2025/7/23