Skip to main content
Glama

QASE MCP Server

QASE MCP サーバー

Qase API 用の MCP サーバー実装

これはTypeScriptベースのMCPサーバーであり、Qaseテスト管理プラットフォームとの統合を提供します。様々なQaseエンティティとやり取りするためのツールを提供することで、MCPのコアコンセプトを実装しています。

特徴

ツール

サーバーは Qase API と対話するためのツールを提供しており、次のエンティティを管理できます。

プロジェクト
  • list_projects - すべてのプロジェクトを取得する
  • get_project - コードでプロジェクトを取得する
  • create_project - 新しいプロジェクトを作成する
  • delete_project - コードでプロジェクトを削除する
テストケース
  • get_cases - プロジェクト内のすべてのテストケースを取得する
  • get_case - 特定のテストケースを取得する
  • create_case - 新しいテストケースを作成する
  • update_case - 既存のテストケースを更新する
テスト実行
  • get_runs - プロジェクト内のすべてのテスト実行を取得する
  • get_run - 特定のテスト実行を取得する
テスト結果
  • get_results - プロジェクトのすべてのテスト実行結果を取得する
  • get_result - コードとハッシュでテスト実行結果を取得する
  • create_result - テスト実行結果を作成する
  • create_result_bulk - 複数のテスト実行結果を一括で作成する
  • update_result - 既存のテスト実行結果を更新する
テスト計画
  • get_plans - プロジェクト内のすべてのテスト計画を取得する
  • get_plan - 特定のテストプランを取得する
  • create_plan - 新しいテストプランを作成する
  • update_plan - 既存のテスト計画を更新する
  • delete_plan - テストプランを削除する
テストスイート
  • get_suites - プロジェクト内のすべてのテストスイートを取得する
  • get_suite - 特定のテストスイートを取得する
  • create_suite - 新しいテストスイートを作成する
  • update_suite - 既存のテストスイートを更新する
  • delete_suite - テストスイートを削除する
共有ステップ
  • get_shared_steps - プロジェクト内のすべての共有ステップを取得する
  • get_shared_step - 特定の共有ステップを取得する
  • create_shared_step - 新しい共有ステップを作成する
  • update_shared_step - 既存の共有ステップを更新する
  • delete_shared_step - 共有ステップを削除する

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

クロードデスクトップ

Claude Desktop で使用するには、サーバー設定を追加します。

  • MacOSの場合: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows の場合: %APPDATA%/Claude/claude_desktop_config.json
{ "mcpServers": { "mcp-qase": { "command": "/path/to/mcp-qase/build/index.js", "env": { "QASE_API_TOKEN": "<YOUR_TOKEN>" } } } }

カーソル

カーソルで使用するには、次のようにコマンドを登録します。

env QASE_API_TOKEN=<YOUR_TOKEN> /path/to/mcp-qase/build/index.js

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。MCP Inspectorの使用をお勧めします。

npx -y @modelcontextprotocol/inspector -e QASE_API_TOKEN=<YOUR_TOKEN> ./build/index.js
Install Server
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.

Qase テスト管理プラットフォームとの統合を提供する TypeScript ベースの MCP サーバー。プロジェクト、テスト ケース、実行、結果、計画、スイート、共有ステップを管理できます。

  1. 特徴
    1. ツール
  2. 発達
    1. インストール
      1. クロードデスクトップ
      2. カーソル
    2. デバッグ

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        TypeScript-based MCP server designed to enhance code editing experiences by providing features such as hover information, code completion, and diagnostics.
        Last updated -
        3
        13
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment.
        Last updated -
        1
        10
        23
        JavaScript
        MIT License
        • Apple
      • A
        security
        F
        license
        A
        quality
        A TypeScript-based MCP server designed for experimentation and integration with Calude Desktop and Cursor IDE, offering a modular playground for extending server capabilities.
        Last updated -
        2
        690
        4
        JavaScript
      • -
        security
        A
        license
        -
        quality
        A TypeScript framework for building MCP servers with client session management capabilities, supporting tools definition, authentication, image content, logging, and error handling.
        Last updated -
        6,371
        TypeScript
        MIT License

      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/rikuson/mcp-qase'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server