mcp-jira-cloud-v2
If you are the rightful owner of mcp-jira-cloud-v2 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.
Jira Requester MCP Server is designed to interact with the Jira API to fetch ticket information using the Message Communication Protocol.
The Jira Requester MCP Server is a specialized server that facilitates communication with the Jira API using the Message Communication Protocol (MCP). It is designed to fetch and manage ticket information from a Jira Cloud instance. The server requires specific environment variables for authentication and connection to the Jira API, including the base URL, user email, and API token. The server is built using Bun and TypeScript, and it supports hot-reloading for rapid development. Users can interact with the server by sending MCP requests to fetch Jira ticket details.
Features
- Integration with Jira API v2 for ticket information retrieval.
- Environment variable configuration for secure authentication.
- Built with Bun and TypeScript for efficient development.
- Supports hot-reloading for rapid development iterations.
- MCP tool for fetching specific Jira ticket details.
Tools
get_jira_ticket
Fetches details for a specific Jira ticket using parameters like ticket ID, fields, and expand options.