Mcp Allure Server
@crisschan
关于 Mcp Allure Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-allure-server": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"/Users/crisschan/workspace/pyspace/mcp-allure/mcp-allure-server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Mcp Allure Server?
Mcp Allure Server is an MCP server that reads Allure test reports and returns them in LLM-friendly formats. It is designed for development teams who want to leverage AI tools for test analysis by converting traditional Allure reports into structured JSON data optimized for processing by large language models.
How to use Mcp Allure Server?
Install using uv by adding the provided configuration to your MCP client settings. Invoke the get_allure_report tool with the path to an Allure HTML report directory; the server returns the report data as formatted JSON.
Key features of Mcp Allure Server
- Converts Allure reports into LLM-friendly JSON formats
- Optimizes test reports for AI consumption
- Provides efficient conversion with low overhead
- Returns high-accuracy structured data
- Supports automated test documentation generation
Use cases of Mcp Allure Server
- Generate meaningful test summaries and insights
- Identify patterns in test failures
- Suggest potential fixes for failing tests
- Enable AI-assisted debugging with structured report data
- Facilitate automated test documentation generation
FAQ from Mcp Allure Server
What does Mcp Allure Server do?
It reads Allure HTML test reports and returns their data as structured JSON, making test results easier for large language models to process and analyze.
How do I install Mcp Allure Server?
Install it using uv with the MCP configuration snippet provided in the README. The command runs a Python script (mcp-allure-server.py) that implements the server.
What tool does Mcp Allure Server provide?
It provides a single tool called get_allure_report. This tool takes a report_dir parameter (the path to an Allure HTML report) and returns the report data as a JSON string containing test suites, test cases, and steps.
Where does the data come from?
The data comes from local Allure HTML report directories specified by the user when calling the tool. The server reads these files and transforms them into the output format.
Are there any runtime dependencies?
The server requires Python and the uv package manager to run. It is invoked via the command line using the mcp CLI included in the mcp package.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论