Skip to main content
Glama

Servidor MCP de QA Sphere

Un servidor de protocolo de contexto modelo para el sistema de gestión de pruebas QA Sphere .

Esta integración permite que los Modelos de Lenguaje Grandes (LLM) interactúen directamente con los casos de prueba de QA Sphere, lo que permite descubrir, resumir y conversar sobre ellos. En IDEs con IA compatibles con MCP, se pueden referenciar casos de prueba específicos de QA Sphere en el flujo de trabajo de desarrollo.

Prerrequisitos

  • Node.js (versiones LTS recientes)

  • Cuenta de QA Sphere con acceso a la API

  • Clave API de QA Sphere (Configuración ⚙️ → Claves API → Agregar clave API)

  • La URL de QA Sphere de su empresa (por ejemplo, example.eu2.qasphere.com )

Instrucciones de configuración

Este servidor es compatible con cualquier cliente MCP. A continuación, se proporcionan las instrucciones de configuración para los clientes más populares.

Escritorio de Claude

  1. Vaya a ClaudeSettingsDeveloperEdit Config

  2. Abra claude_desktop_config.json

  3. Agregue la configuración de QA Sphere al diccionario mcpServers

Cursor

  1. Vaya a Settings...Cursor settingsAdd new global MCP server

  2. Agregar la configuración de QA Sphere

5ire

  1. Abra 'Herramientas' y presione 'Nuevo'

  2. Complete el formulario con:

    • Tecla de herramienta: qasphere

    • Comando: npx -y qasphere-mcp

    • Variables de entorno (ver más abajo)

Plantilla de configuración

Para cualquier cliente MCP, utilice el siguiente formato de configuración:

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

Reemplace los valores de marcador de posición con su URL y clave API de QA Sphere reales.

Licencia

Este proyecto está licenciado bajo la licencia MIT: consulte el archivo de LICENCIA para obtener más detalles.

Apoyo

Si encuentra algún problema o necesita ayuda, informe un problema en el repositorio de 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