This JIRA MCP server, created by Camden Clark, enables seamless integration between Large Language Models and JIRA project management software. It provides standardized tools for executing JQL searches and retrieving detailed issue information through the Model Context Protocol. Built with Node.js and leveraging the @modelcontextprotocol/sdk, this implementation stands out by offering a streamlined interface to JIRA's powerful querying capabilities. It's particularly useful for AI assistants and chatbots that need to access or manipulate JIRA data, enabling natural language interactions for project management tasks, issue tracking, and reporting.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Executes a JQL search query with customizable parameters. Parameters: jql (required string), nextPageToken (optional string), maxResults (optional integer), fields (optional array of strings), expand (optional string)
Retrieves detailed information about a specific issue. Parameters: issueIdOrKey (required string), fields (optional array of strings), expand (optional string), properties (optional array of strings), failFast (optional boolean)