jira-mcp-server
If you are the rightful owner of jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A flexible Go server implementing the Model Context Protocol (MCP) to interact with the JIRA Cloud REST API, enabling seamless integration between LLMs/tools and your JIRA projects.
The JIRA MCP Server is a Go-based server that acts as a bridge between systems using the Model Context Protocol (MCP) and the JIRA Cloud API. It simplifies the process of performing JIRA actions such as creating issues, searching with JQL, and retrieving issue details by providing a standardized MCP interface. This server is designed to abstract the complexities of direct JIRA API calls, making it easier for AI assistants and development tools to interact with JIRA projects. The server supports flexible configuration through environment variables, config files, or defaults, and is ready for containerized deployment using Docker. It also includes robust testing capabilities and structured logging for better maintainability and debugging.
Features
- MCP Interface: Exposes JIRA actions via standard MCP endpoints.
- JIRA Cloud Integration: Create issues, search using JQL, retrieve issue details, and fetch issues within an Epic.
- Flexible Configuration: Uses Viper for configuration via environment variables, config files, or defaults.
- Docker Support: Ready for containerized deployment using Docker and Docker Compose.
- Robust Testing: Includes comprehensive unit and integration tests.