QA Sphere MCP 服务器
此项集成使大型语言模型 (LLM) 能够直接与 QA Sphere 测试用例交互,让您能够发现、总结和讨论测试用例。在支持 MCP 的 AI IDE 中,您可以在开发工作流程中引用特定的 QA Sphere 测试用例。
先决条件
Node.js(最新 LTS 版本)
具有 API 访问权限的 QA Sphere 帐户
来自 QA Sphere 的 API 密钥(设置⚙️→API 密钥→添加 API 密钥)
贵公司的 QA Sphere URL(例如
example.eu2.qasphere.com
)
设置说明
此服务器兼容所有 MCP 客户端。以下提供了常用客户端的配置说明。
克劳德桌面
导航至
Claude
→Settings
→Developer
→Edit Config
打开
claude_desktop_config.json
将 QA Sphere 配置添加到
mcpServers
字典
光标
前往
Settings...
→Cursor settings
→Add new global MCP server
添加 QA Sphere 配置
5ire
打开“工具”并按“新建”
填写表格:
工具密钥:
qasphere
命令:
npx -y qasphere-mcp
环境变量(见下文)
配置模板
对于任何 MCP 客户端,请使用以下配置格式:
将占位符值替换为您的实际 QA Sphere URL 和 API 密钥。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
支持
如果您遇到任何问题或需要帮助,请在 GitHub 存储库上提交问题。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
QA Sphere MCP 服务器使大型语言模型能够直接与测试管理系统测试用例交互,支持 AI 驱动的开发工作流程和测试用例发现。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.Last updated -MIT License
- -securityFlicense-qualityA Model Context Protocol server that integrates with the Qase test management platform, allowing users to create and retrieve test cases, manage test runs, and interact with Qase projects.Last updated -21
- AsecurityAlicenseAqualityA TypeScript-based MCP server that provides integration with the Qase test management platform, allowing you to manage projects, test cases, runs, results, plans, suites, and shared steps.Last updated -269MIT License
- -securityFlicense-qualityA specialized server that enables LLMs to gather specific information through sequential questioning, implementing the MCP standard for seamless integration with LLM clients.Last updated -1