Skip to main content
Glama

CucumberStudio MCP Server

by rizaqpratama

CucumberStudio MCP 服务器

该项目为 CucumberStudio API 实现了模型上下文协议 (MCP) 服务器。它为 AI 应用提供 CucumberStudio 平台的上下文,从而支持使用 CucumberStudio 数据执行各种 AI 操作。

概述

模型上下文协议服务器使人工智能助手能够:

  1. 从 CucumberStudio API 获取数据
  2. 提供有关 CucumberStudio 项目、功能、场景和其他资源的背景信息
  3. 启用 AI 来生成和修改测试场景、功能和其他 CucumberStudio 资源

设置

先决条件

  • Node.js(v18+)
  • npm 或 yarn
  • CucumberStudio API 令牌

安装

  1. 克隆此存储库
  2. 安装依赖项:
    npm install
    或者
    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 集成。

执照

麻省理工学院

-
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 助手,使它们能够获取数据并生成或修改测试场景、功能和其他 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