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 - 공유 단계 삭제

Related MCP server: MCP Server TypeScript Template

개발

종속성 설치:

지엑스피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
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