qasphere-mcp
Verified Safeby Hypersequent
Overview
Enables Large Language Models (LLMs) to interact with QA Sphere test cases for discovery, summarization, and direct referencing within AI-powered IDEs.
Installation
npx -y qasphere-mcpEnvironment Variables
- QASPHERE_TENANT_URL
- QASPHERE_API_KEY
Security Notes
The server demonstrates strong security practices by requiring API keys via environment variables and applying extensive input validation using Zod for all tool parameters. It communicates via standard I/O (StdioServerTransport), thereby avoiding direct network exposure. Robust error handling differentiates between various HTTP status codes to prevent general error message leakage, and logging uses a file path also specified by an environment variable, preventing hardcoded paths. No 'eval' or direct arbitrary 'child_process' usage was found beyond standard package execution.
Similar Servers
inspector
Local development and debugging platform for Model Context Protocol (MCP) clients and servers, including proxying MCP server interactions, simulating UI widgets, and facilitating OAuth flows. It enables building, testing, and developing MCP clients and servers.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
mcp-k8s
Facilitates natural language interaction and automation for Kubernetes cluster management and Helm operations via the Model Control Protocol (MCP).
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.