jira-aio-mcp-server

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

  1. Clone the repository
  2. Install dependencies
  3. Build the project

Configuration

The server requires configuration through mcp.json.

Available Tools

  1. get_aio_testcase
  2. search_aio_testcase
  3. get_aio_folders
  4. 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.