Skip to main content
Glama

QASE MCP Server

QASE MCP 서버

Qase API를 위한 MCP 서버 구현

Qase 테스트 관리 플랫폼과의 통합을 제공하는 TypeScript 기반 MCP 서버입니다. 다양한 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 - 공유 단계 삭제

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

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
        839
        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