Skip to main content
Glama

CucumberStudio MCP Server

by rizaqpratama

CucumberStudio MCP Server

This project implements a Model Context Protocol (MCP) server for CucumberStudio API. It provides context from the CucumberStudio platform to AI-powered applications, enabling various AI operations to be performed with CucumberStudio data.

Overview

The Model Context Protocol server enables AI assistants to:

  1. Fetch data from CucumberStudio API
  2. Provide context about CucumberStudio projects, features, scenarios, and other resources
  3. Enable AI to generate and modify test scenarios, features, and other CucumberStudio resources

Setup

Prerequisites

  • Node.js (v18+)
  • npm or yarn
  • CucumberStudio API token

Installation

  1. Clone this repository
  2. Install dependencies:
    npm install
    or
    yarn install
  3. Create a .env file in the root directory with the following content:
    CUCUMBER_STUDIO_API_TOKEN=your_api_token_here PORT=3000

Running the Server

To start the server:

npm start

or

yarn start

API Endpoints

The MCP server exposes the following endpoints:

  • GET /context: Fetch context from CucumberStudio
  • POST /apply: Apply changes to CucumberStudio resources
  • GET /schema: Get the schema for the MCP server

Implementation Details

This MCP server follows the Model Context Protocol specification and integrates with the CucumberStudio API available at https://studio-api.cucumberstudio.com/.

License

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.

Implements a Model Context Protocol server that provides context from CucumberStudio to AI assistants, enabling them to fetch data and generate or modify test scenarios, features, and other CucumberStudio resources.

  1. Overview
    1. Setup
      1. Prerequisites
      2. Installation
      3. Running the Server
    2. API Endpoints
      1. Implementation Details
        1. License

          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