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 (array of strings)
Retrieve details about a specific Jira issue by its ID or key. Parameters: issue_id_or_key (string), fields (array of strings), expand (string)