Skip to main content
Glama

qasphere-mcp

by Hypersequent

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.

大規模言語モデルがテスト管理システムのテスト ケースと直接対話できるようにし、AI を活用した開発ワークフローとテスト ケースの検出をサポートする QA Sphere MCP サーバー。

  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 -
          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 -
          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 -
          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 -
          46
          Python
          Apache 2.0
          • Linux
          • Apple

        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