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

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.

CucumberStudio에서 AI 어시스턴트로 컨텍스트를 제공하는 모델 컨텍스트 프로토콜 서버를 구현하여 AI 어시스턴트가 데이터를 가져오고 테스트 시나리오, 기능 및 기타 CucumberStudio 리소스를 생성하거나 수정할 수 있도록 합니다.

  1. 개요
    1. 설정
      1. 필수 조건
      2. 설치
      3. 서버 실행
    2. API 엔드포인트
      1. 구현 세부 사항
        1. 특허

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol (MCP) server implementation for the OpenLedger API. This server provides structured context to AI models according to the MCP specification.
            Last updated -
            8
            TypeScript
            Apache 2.0
          • A
            security
            F
            license
            A
            quality
            A starter template for building Model Context Protocol servers that can be integrated with Cursor or Claude Desktop, allowing developers to create custom tools and extensions for AI assistants.
            Last updated -
            1
            6
            9
            TypeScript
            • Apple
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that provides a comprehensive interface for interacting with the ConnectWise Manage API, simplifying API discovery, execution, and management for both developers and AI assistants.
            Last updated -
            46
            2
            Python
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server enabling AI assistants to interact with Kong Konnect's API Gateway, providing tools to query analytics data, inspect configurations, and manage control planes through natural language.
            Last updated -
            10
            22
            TypeScript
            Apache 2.0
            • Apple

          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