qasphere-mcp

Integrations

  • Supports running the QA Sphere MCP server using Node.js, allowing interaction with QA Sphere's test management system

QA Sphere MCP 服务器

QA Sphere测试管理系统的模型上下文协议服务器。

此项集成使大型语言模型 (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 客户端。以下提供了常用客户端的配置说明。

克劳德桌面

  1. 导航至ClaudeSettingsDeveloperEdit Config
  2. 打开claude_desktop_config.json
  3. 将 QA Sphere 配置添加到mcpServers字典

光标

  1. 前往Settings...Cursor settingsAdd new global MCP server
  2. 添加 QA Sphere 配置

5ire

  1. 打开“工具”并按“新建”
  2. 填写表格:
    • 工具密钥: qasphere
    • 命令: npx -y qasphere-mcp
    • 环境变量(见下文)

配置模板

对于任何 MCP 客户端,请使用以下配置格式:

{ "mcpServers": { "qasphere": { "command": "npx", "args": [ "-y", "qasphere-mcp" ], "env": { "QASPHERE_TENANT_URL": "your-company.region.qasphere.com", "QASPHERE_API_KEY": "your-api-key" } } } }

将占位符值替换为您的实际 QA Sphere URL 和 API 密钥。

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。

支持

如果您遇到任何问题或需要帮助,请在 GitHub 存储库上提交问题。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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 驱动的开发工作流程和测试用例发现。

  1. 先决条件
    1. 设置说明
      1. 克劳德桌面
      2. 光标
      3. 5ire
      4. 配置模板
    2. 执照
      1. 支持

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.
          Last updated a month ago
          32
          80
          5
          TypeScript
          MIT License
          • Apple
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol (MCP) server implementation that allows AI assistants to run k6 load tests through natural language commands, supporting custom test durations and virtual users.
          Last updated a month ago
          1
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A server that integrates Locust load testing capabilities with AI-powered development environments, allowing users to run performance tests through natural language commands.
          Last updated a month ago
          1
          1
          Python
          MIT License
        • -
          security
          A
          license
          -
          quality
          An AI-powered MCP server that automates web testing workflows by enabling recording, execution, and discovery of tests through natural language prompts.
          Last updated a day ago
          15
          Python
          Apache 2.0
          • Linux
          • Apple

        View all related MCP servers

        ID: gt0mv3t8tx