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クライアントと互換性があります。一般的なクライアントの設定手順は以下に記載されています。
クロードデスクトップ
Claude
→Settings
→Developer
→Edit Config
に移動しますclaude_desktop_config.json
を開く- QA Sphere 構成を
mcpServers
辞書に追加する
カーソル
Settings...
→Cursor settings
→Add new global MCP server
に移動します。- QA Sphere構成を追加する
5ire
- 「ツール」を開いて「新規」を押します
- 以下の情報をフォームに入力してください:
- ツールキー:
qasphere
- コマンド:
npx -y qasphere-mcp
- 環境変数(下記参照)
- ツールキー:
構成テンプレート
どの MCP クライアントでも、次の構成形式を使用します。
プレースホルダー値を実際の QA Sphere URL と API キーに置き換えます。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
サポート
問題が発生した場合やサポートが必要な場合は、GitHub リポジトリで問題を報告してください。
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 サーバー。
Related MCP Servers
- -securityAlicense-qualityA Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.Last updated -TypeScriptMIT License
- -securityFlicense-qualityA 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 -161JavaScript
- AsecurityAlicenseAqualityA 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 -267JavaScriptMIT License
- -securityFlicense-qualityA specialized server that enables LLMs to gather specific information through sequential questioning, implementing the MCP standard for seamless integration with LLM clients.Last updated -Python