qamary666/jira-aio-mcp-server
If you are the rightful owner of jira-aio-mcp-server 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.
A Model Context Protocol (MCP) server for interacting with Jira AIO (All-in-One) Test Case Management System.
The AIO MCP Server is designed to facilitate seamless interaction with the Jira AIO Test Case Management System. It provides a robust interface for retrieving and managing test case data, allowing users to access detailed information about test cases, search for specific cases within projects, and explore the folder structure of projects. The server is built using Node.js and TypeScript, leveraging the Model Context Protocol SDK to ensure efficient communication with Jira's API. With comprehensive error handling and security features, the server ensures reliable and secure operations. Configuration is flexible, allowing users to specify settings through a JSON file or environment variables, making it adaptable to various deployment environments.
Features
- Get test case details from AIO
- Search test cases by project and/or folders
- Get folder structure of a project
- Get list of all projects in AIO
Tools
get_aio_testcase
Get detailed information about a specific test case.
search_aio_testcase
Search for test cases within a project and specific folders.
get_aio_folders
Retrieve the folder structure of a project.
get_aio_projects
Get a list of all available projects in AIO.