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