Integrations
Supports containerized deployment, allowing AI systems to run YepCode processes in isolated Docker environments.
Integration with GitHub workflows for CI/CD, as indicated by the GitHub Workflow Status badge.
Enables execution of JavaScript code in YepCode's secure environment, with support for process management and environment variables.
YepCode MCP サーバーとは何ですか?
AIプラットフォームとYepCodeのインフラストラクチャとの連携を可能にするMCP(モデルコンテキストプロトコル)サーバー。LLMで生成されたスクリプトを実行し、YepCodeのプロセスをAIアシスタントが直接使用できる強力なツールに変換します。
YepCode MCP サーバーを選ぶ理由
- シームレスなAI統合:YepCodeプロセスを設定なしでAI対応ツールに変換
- リアルタイムプロセス制御: AIシステムとワークフロー間の直接的な相互作用を可能にします
- エンタープライズグレードのセキュリティ: YepCode の分離された本番環境対応環境でコードを実行します。
- ユニバーサルな互換性: モデルコンテキストプロトコルをサポートするあらゆるAIプラットフォームと統合可能
統合ガイド
YepCode MCP サーバーは、リモート アプローチ (MCP サーバーのホスト バージョンを提供) またはローカル アプローチ (NPX または Docker のインストールが必要) のいずれかを使用して、 CursorやClaude Desktopなどの AI プラットフォームと統合できます。
SSEサーバーを使用したリモートアプローチ
- YepCode Cloudにサインアップ
- ワークスペースの「
Settings
>API credentials
から MCP サーバー URL を取得します。 - AI プラットフォーム設定に次の構成を追加します。
ローカルアプローチ
必要な環境変数
YEPCODE_API_TOKEN
: YepCode APIトークン。取得方法:- YepCode Cloudにサインアップ
- ワークスペースの
Settings
>API credentials
から API トークンを取得します。
NPXの使用
AI プラットフォーム設定に次の構成を追加します。
Dockerの使用
- コンテナイメージをビルドします。
- AI プラットフォーム設定に次の構成を追加します。
デバッグ
MCPサーバーのデバッグは、stdio経由で通信するため、扱いが難しい場合があります。デバッグを容易にするために、 MCP Inspectorの使用をお勧めします。MCP Inspectorは、以下のコマンドで実行できます。
これにより、ブラウザで直接デバッグ ツールにアクセスできるサーバーが起動します。
YepCode MCP ツールリファレンス
MCP サーバーは、YepCode のインフラストラクチャと対話するためのいくつかのツールを提供します。
コード実行
コード実行
YepCode の安全な環境でコードを実行します。
MCPオプション
YepCode MCP サーバーは次のオプションをサポートしています。
- run_codeツールを無効にする:場合によっては、
run_code
ツールを無効にする必要がある場合があります。例えば、MCPサーバーをYepCodeアカウント内の既存のツールのプロバイダーとしてのみ使用したい場合などです。 - run_code のクリーンアップをスキップ:デフォルトでは、run_code プロセスのソースコードは実行後に削除されます。監査目的でソースコードを保持したい場合は、このオプションを使用できます。
オプションは、 YEPCODE_MCP_OPTIONS
環境変数内のコンマ区切りリストとして渡すことも、MCP サーバー URL 内のクエリ パラメータとして渡すこともできます。
環境管理
環境変数を設定する
YepCode ワークスペースで環境変数を設定します。
環境変数を削除する
YepCode ワークスペースから環境変数を削除します。
プロセス実行
MCPサーバーは、YepCodeプロセスを個別のMCPツールとして公開し、AIアシスタントから直接アクセスできるようにします。この機能は、プロセスにmcp-tool
タグを追加するだけで有効になります(プロセスタグの詳細については、ドキュメントをご覧ください)。
公開されるプロセスごとにツールがあります: run_ycp_<process_slug>
(ツール名が 60 文字を超える場合はrun_ycp_<process_id>
)。
run_ycp_<プロセススラッグ>
get_execution
プロセス実行の結果を取得します。
ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。
This server cannot be installed
AI プラットフォームが YepCode のインフラストラクチャと対話できるようにする MCP サーバー。LLM で生成されたスクリプトを YepCode 上で実行し、YepCode プロセスを AI アシスタントが直接使用できる強力なツールに変換します。
Related MCP Servers
- -securityAlicense-qualityAn MCP-native server that enables intelligent task delegation from advanced AI agents like Claude to more cost-effective LLMs, optimizing for cost while maintaining output quality.Last updated -29PythonMIT License
- -securityAlicense-qualityAn MCP server that enables AI assistants to control a web browser through natural language commands, allowing them to navigate websites and extract information via SSE transport.Last updated -387PythonMIT License
- -securityAlicense-qualityAn MCP-compliant server that enables AI systems to interact with mobile and desktop applications through Frida's dynamic instrumentation capabilities, allowing for process management, device control, JavaScript execution, and script injection.Last updated -2PythonMIT License
Notion MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that enables AI assistants to interact with the Notion API, allowing them to search, read, comment on, and create content in Notion workspaces through natural language commands.Last updated -195,6171,472TypeScriptMIT License