MCP Server for JIRA provides a bridge between AI assistants and Atlassian JIRA, enabling issue retrieval through a standardized interface. The server authenticates with JIRA using environment variables for server URL and credentials, and exposes a tool for fetching issue details by key. Built with TypeScript and the MCP protocol, it handles JSON-RPC requests over stdio transport, making it valuable for teams who need to access JIRA issue information directly through conversational AI without context switching.
Retrieve detailed information about a JIRA issue. Parameters: issueKey (string) - The key of the JIRA issue to fetch.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!