Cover image
Try Now
2025-04-14

3 years

Works with Finder

0

Github Watches

0

Github Forks

0

Github Stars

AIO MCP Server

A Model Context Protocol (MCP) server for interacting with Jira AIO (All-in-One) 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:
npm install
  1. Build the project:
npm run build

Configuration

The server requires configuration through mcp.json. You can place this file either:

  • In your home directory: ~/.cursor/mcp.json
  • In the project root directory

Example mcp.json configuration:

{
  "jira-aio": {
    "command": "node",
    "args": ["/path/to/aio-server-mcp/build/index.js"],
    "env": {
      "JIRA_URL": "https://your-jira-instance:port",
      "JIRA_TOKEN": "your-base64-encoded-token"
    }
  }
}

Configuration Parameters

  • JIRA_URL: The URL of your Jira instance (including port if necessary)
  • JIRA_TOKEN: Your Jira API token for authentication

Available Tools

1. get_aio_testcase

Get detailed information about a specific test case.

  • Parameters:
    • projectKey: Project key in AIO (e.g., "AT")
    • testCaseKey: Test case key (e.g., "AT-TC-9")

2. search_aio_testcase

Search for test cases within a project and specific folders.

  • Parameters:
    • projectId: Project ID in AIO (e.g., 11502)
    • folderIds: (Optional) Array of folder IDs to search within

3. get_aio_folders

Retrieve the folder structure of a project.

  • Parameters:
    • projectId: Project ID in AIO (e.g., 11502)

4. get_aio_projects

Get a list of all available projects in AIO.

  • No parameters required

Error Handling

The server includes comprehensive error handling for:

  • API request failures
  • Authentication issues
  • Invalid configurations
  • Missing required parameters

Security

  • The server uses bearer token authentication
  • HTTPS connections are supported
  • Sensitive configuration can be provided through environment variables

Development

The server is built using:

  • TypeScript
  • Model Context Protocol SDK
  • Axios for HTTP requests

相关推荐

  • av
  • 毫不费力地使用一个命令运行LLM后端,API,前端和服务。

  • 1Panel-dev
  • 🔥1Panel提供了直观的Web接口和MCP服务器,用于在Linux服务器上管理网站,文件,容器,数据库和LLMS。

  • WangRongsheng
  • 🧑‍🚀 llm 资料总结(数据处理、模型训练、模型部署、 o1 模型、mcp 、小语言模型、视觉语言模型)|摘要世界上最好的LLM资源。

  • sigoden
  • 使用普通的bash/javascript/python函数轻松创建LLM工具和代理。

  • hkr04
  • 轻巧的C ++ MCP(模型上下文协议)SDK

  • RockChinQ
  • 😎简单易用、🧩丰富生态 -大模型原生即时通信机器人平台| 适配QQ / 微信(企业微信、个人微信) /飞书 /钉钉 / discord / telegram / slack等平台| 支持chatgpt,deepseek,dify,claude,基于LLM的即时消息机器人平台,支持Discord,Telegram,微信,Lark,Dingtalk,QQ,Slack

  • rulego
  • ⛓️Rulego是一种轻巧,高性能,嵌入式,下一代组件编排规则引擎框架。

  • paulwing
  • 使用MCP服务创建的测试存储库

  • dmayboroda
  • 带有可配置容器的本地对话抹布

    Reviews

    2 (1)
    Avatar
    user_eKzPhedy
    2025-04-23

    Jira-aio-mcp-server by qamary666 is an outstanding tool for managing projects efficiently. Its seamless integration and user-friendly interface have greatly improved our workflow and team collaboration. Highly recommend for anyone seeking a robust project management solution.