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. 依存関係をインストールします:
    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 アシスタントにコンテキストを提供するモデル コンテキスト プロトコル サーバーを実装し、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