jira-aio-mcp-server
0
AIO MCP Server is a Model Context Protocol server designed to facilitate interaction with the Jira AIO Test Case Management System. It allows users to access test case details, search for test cases, get project folder structures, and list all AIO projects using a variety of tools and comprehensive security measures.
AIO MCP Server
A Model Context Protocol (MCP) server for interacting with Jira AIO Test Case Management System.
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
Prerequisites
- Node.js
- Access to a Jira instance with AIO Test Case Management System
- Jira API token
Installation
- Clone the repository
- Install dependencies
- Build the project
Configuration
The server requires configuration through mcp.json
.
Available Tools
- get_aio_testcase
- search_aio_testcase
- get_aio_folders
- get_aio_projects
Error Handling
Comprehensive error handling for API request failures, authentication issues, invalid configurations, and missing parameters.
Security
Bearer token authentication, HTTPS connections, environment variables for sensitive configuration.
Development
Built using TypeScript, Model Context Protocol SDK, Axios.