Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by karolswdev • Uncategorized
A Go server implementing the Model Context Protocol to interact with JIRA Cloud REST API.
Create JIRA issues programmatically via MCP.
Search and retrieve JIRA issues using JQL through a standardized interface.
Fetch all issues within a specific JIRA Epic.
This server acts as a bridge between systems using the Model Context Protocol and the JIRA Cloud API, enabling programmatic creation, search, and retrieval of JIRA issues through standardized MCP endpoints. It simplifies integration with JIRA projects by abstracting direct API calls and supports flexible configuration, Docker deployment, and structured logging. The server follows clean architecture principles and includes comprehensive testing.