CucumberStudio MCP サーバー
このプロジェクトは、CucumberStudio API用のモデルコンテキストプロトコル(MCP)サーバーを実装します。CucumberStudioプラットフォームからAI搭載アプリケーションにコンテキストを提供し、CucumberStudioデータを用いた様々なAI操作を可能にします。
概要
モデル コンテキスト プロトコル サーバーにより、AI アシスタントは次のことが可能になります。
- CucumberStudio APIからデータを取得する
- CucumberStudio のプロジェクト、機能、シナリオ、その他のリソースに関するコンテキストを提供する
- AI を有効にしてテストシナリオ、機能、その他の CucumberStudio リソースを生成および変更します
設定
前提条件
- Node.js (v18+)
- npmまたはyarn
- CucumberStudio APIトークン
インストール
- このリポジトリをクローンする
- 依存関係をインストールします:または
- ルート ディレクトリに次の内容の
.env
ファイルを作成します。
サーバーの実行
サーバーを起動するには:
または
APIエンドポイント
MCP サーバーは次のエンドポイントを公開します。
GET /context
: CucumberStudioからコンテキストを取得するPOST /apply
: CucumberStudio リソースに変更を適用するGET /schema
: MCP サーバーのスキーマを取得します
実装の詳細
この MCP サーバーは、モデル コンテキスト プロトコル仕様に準拠しており、 https://studio-api.cucumberstudio.com/で利用可能な CucumberStudio API と統合されます。
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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 リソースを生成または変更したりできるようにします。
Related MCP Servers
- -securityAlicense-qualityA 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 -667PythonMIT License
- -securityFlicense-qualityA demonstration implementation of the Model Context Protocol server that facilitates communication between AI models and external tools while maintaining context awareness.Last updated -Python
- -securityFlicense-qualityA 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 -31TypeScript
- -securityFlicense-qualityA 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 -1Python