Skip to main content
Glama

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 存储库上提交问题。

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.
    Last updated -
    MIT License
  • -
    security
    F
    license
    -
    quality
    A 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 -
    7
    1
  • A
    security
    A
    license
    A
    quality
    A 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 -
    26
    11
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A 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

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hypersequent/qasphere-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server