This Python-based MCP server implementation integrates with the Jira API, allowing AI models to interact with Jira through standardized tools. It provides functionality for JQL searches and retrieving issue details, making it useful for AI-assisted project management and issue tracking workflows. The server uses the stdio transport mechanism for communication and supports environment-based configuration for easy setup and deployment.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Search for Jira issues using JQL (Jira Query Language). Parameters: jql (string), max_results (integer), fields (list of strings)
Retrieve details about a specific Jira issue by its ID or key. Parameters: issue_id_or_key (string), fields (list of strings), expand (string)