🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.

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
- Clone the repository
- Install dependencies:
npm install
- 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
相关推荐
Dify is an open-source LLM app development platform. Dify's intuitive interface combines AI workflow, RAG pipeline, agent capabilities, model management, observability features and more, letting you quickly go from prototype to production.
an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
AI's query engine - Platform for building AI that can answer questions over large scale federated data. - The only MCP Server you'll ever need
FastGPT is a knowledge-based platform built on the LLMs, offers a comprehensive suite of out-of-the-box capabilities such as data processing, RAG retrieval, and visual AI workflow orchestration, letting you easily develop and deploy complex question-answering systems without the need for extensive setup or configuration.
Memory for AI Agents; SOTA in AI Agent Memory; Announcing OpenMemory MCP - local and secure memory management.
🧑🚀 全世界最好的LLM资料总结(视频生成、Agent、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
Reviews

user_eKzPhedy
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.