Skip to main content
Glama

CucumberStudio MCP Server

by rizaqpratama

CucumberStudio MCP 서버

이 프로젝트는 CucumberStudio API를 위한 모델 컨텍스트 프로토콜(MCP) 서버를 구현합니다. 이 서버는 CucumberStudio 플랫폼에서 AI 기반 애플리케이션으로 컨텍스트를 제공하여 CucumberStudio 데이터를 활용하여 다양한 AI 작업을 수행할 수 있도록 합니다.

개요

모델 컨텍스트 프로토콜 서버를 사용하면 AI 어시스턴트가 다음을 수행할 수 있습니다.

  1. CucumberStudio API에서 데이터 가져오기

  2. CucumberStudio 프로젝트, 기능, 시나리오 및 기타 리소스에 대한 컨텍스트 제공

  3. AI가 테스트 시나리오, 기능 및 기타 CucumberStudio 리소스를 생성하고 수정하도록 합니다.

설정

필수 조건

  • Node.js(v18+)

  • npm 또는 yarn

  • CucumberStudio API 토큰

설치

  1. 이 저장소를 복제하세요

  2. 종속성 설치:

    지엑스피1

    또는

    yarn install
  3. 루트 디렉토리에 다음 내용으로 .env 파일을 만듭니다.

    CUCUMBER_STUDIO_API_TOKEN=your_api_token_here PORT=3000

서버 실행

서버를 시작하려면:

npm start

또는

yarn start

API 엔드포인트

MCP 서버는 다음 엔드포인트를 노출합니다.

  • GET /context : CucumberStudio에서 컨텍스트 가져오기

  • POST /apply : CucumberStudio 리소스에 변경 사항 적용

  • GET /schema : MCP 서버의 스키마를 가져옵니다.

구현 세부 사항

이 MCP 서버는 모델 컨텍스트 프로토콜 사양을 따르며 https://studio-api.cucumberstudio.com/ 에서 제공되는 CucumberStudio API와 통합됩니다.

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables AI assistants to interact with Kubernetes clusters through natural language, supporting core Kubernetes operations, monitoring, security, and diagnostics.
    Last updated -
    736
    MIT License
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    A demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.
    Last updated -
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    A comprehensive Model Context Protocol server implementation that enables AI assistants to interact with file systems, databases, GitHub repositories, web resources, and system tools while maintaining security and control.
    Last updated -
    6
    2
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that provides AI models with structured access to external data and services, acting as a bridge between AI assistants and applications, databases, and APIs in a standardized, secure way.
    Last updated -
    2

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/rizaqpratama/mcp-cucumberstudio'

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