Skip to main content
Glama

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

Related MCP Servers

  • 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
    373
    7
  • A
    security
    F
    license
    A
    quality
    An MCP server that executes tox commands to run Python tests within a project using pytest, allowing users to run all tests or specific test groups, files, cases, or directories.
    Last updated -
    5
  • -
    security
    F
    license
    -
    quality
    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.
    Last updated -
    7
    1
  • A
    security
    -
    license
    A
    quality
    QA Sphere MCP server that enables Large Language Models to interact directly with test management system test cases, supporting AI-powered development workflows and test case discovery.
    Last updated -
    6
    24
    15
    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