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.
mcpServer
{ "mcpServers": { "jira": { "command": "docker", "args": [ "run", "--rm", "-i", "-e", "ATLASSIAN_HOST=https://your-company.atlassian.net", "-e", "ATLASSIAN_EMAIL=your-email@company.com", "-e", "ATLASSIAN_TOKEN=your-api-token", "ghcr.io/nguyenvanduocit/jira-mcp:latest" ] } } }
npx @modelcontextprotocol/server-filesystem