Skip to main content
Glama

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 - 共有ステップを削除する

Related MCP server: MCP Server TypeScript Template

発達

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

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
license - permissive license
C
quality
F
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    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.
    18
    1
  • F
    license
    Not graded
    quality
    D
    maintenance
    A demonstration MCP server built in TypeScript that shows how to implement stdio-based communication for integration with MCP clients. Serves as a template for building custom MCP servers with strong typing and maintainability.
  • A
    license
    A
    quality
    A
    maintenance
    Official MCP server for Qase Test Management Platform. Enables AI assistants to manage test cases, test runs, defects, and other Qase entities through natural language.
    14
    2,449
    31
    MIT

View all related MCP servers

Related MCP Connectors

  • Official MCP server for Qase — manage test cases, runs, suites, defects via AI tools.

  • A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

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