AIO MCP Server
@qamary666
关于 AIO MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AIO MCP Server?
AIO MCP Server is a Model Context Protocol (MCP) server that integrates with Jira AIO (All-in-One) Test Case Management System. It provides tools for retrieving test case details, searching test cases by project and folders, exploring folder structures, and listing projects. It is built for developers and QA teams who use Jira with the AIO plugin.
How to use AIO MCP Server?
After installing Node.js, clone the repository, run npm install and npm run build. Configure the server by adding an mcp.json file (in ~/.cursor/ or the project root) with the command, args, and env containing JIRA_URL and JIRA_TOKEN. Then invoke any of the four available MCP tools using your MCP client.
Key features of AIO MCP Server
- Get detailed test case information from AIO
- Search test cases by project and optional folder IDs
- Retrieve the folder structure of a project
- List all available projects in AIO
- Bearer token authentication with HTTPS support
Use cases of AIO MCP Server
- Retrieve a specific test case’s details during debugging
- Search for test cases within a project and its subfolders
- Explore the folder hierarchy of an AIO project
- Obtain a list of all AIO projects for navigation
FAQ from AIO MCP Server
What are the prerequisites?
You need Node.js, access to a Jira instance with the AIO Test Case Management System, and a Jira API token.
How do I configure the server?
Create an mcp.json file with the command, args, and env object containing JIRA_URL (your Jira instance URL with optional port) and JIRA_TOKEN (your base64-encoded API token). Place the file in ~/.cursor/mcp.json or the project root.
What tools does the server expose?
Four tools: get_aio_testcase (by project key and test case key), search_aio_testcase (by project ID and optional folder IDs), get_aio_folders (by project ID), and get_aio_projects (no parameters).
How is authentication handled?
The server uses bearer token authentication. API requests are made over HTTPS, and the token is provided via the JIRA_TOKEN environment variable.
What error handling is included?
The server catches API request failures, authentication issues, invalid configurations, and missing required parameters, returning appropriate error messages.
版本控制 分类下的更多 MCP 服务器
GitHub MCP Server Extension for Zed
LoamStudiosA GitHub MCP Server extension for Zed
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.

Git
modelcontextprotocolModel Context Protocol Servers
MCP Atlassian
soopersetMCP server for Atlassian tools (Confluence, Jira)
评论