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 リポジトリで問題を報告してください。
You must be authenticated.
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
- AsecurityAlicenseAqualityA 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 -32805TypeScriptMIT License
- -securityAlicense-qualityA 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 -1PythonMIT License
- AsecurityAlicenseAqualityA server that integrates Locust load testing capabilities with AI-powered development environments, allowing users to run performance tests through natural language commands.Last updated -11PythonMIT License
- -securityAlicense-qualityAn AI-powered MCP server that automates web testing workflows by enabling recording, execution, and discovery of tests through natural language prompts.Last updated -46PythonApache 2.0