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 服务器?
MCP(模型上下文协议)服务器,使 AI 平台能够与YepCode的基础架构进行交互。运行 LLM 生成的脚本,将您的 YepCode 流程转化为 AI 助手可直接使用的强大工具。
为什么选择 YepCode MCP 服务器?
- 无缝 AI 集成:无需配置即可将 YepCode 流程转换为 AI 就绪工具
- 实时过程控制:实现人工智能系统与工作流程之间的直接交互
- 企业级安全性:在 YepCode 隔离的生产就绪环境中执行代码
- 通用兼容性:与任何支持模型上下文协议的 AI 平台集成
集成指南
YepCode MCP 服务器可以使用远程方法(我们提供 MCP 服务器的托管版本)或本地方法(需要安装 NPX 或 Docker)与Cursor或Claude Desktop等 AI 平台集成。
使用 SSE 服务器的远程方法
- 注册YepCode Cloud
- 从您的工作区中获取您的 MCP 服务器 URL:
Settings
>API credentials
。 - 将以下配置添加到您的 AI 平台设置:
本地方法
必需的环境变量
YEPCODE_API_TOKEN
:您的 YepCode API 令牌。如何获取:- 注册YepCode Cloud
- 从您的工作区中获取 API 令牌:
Settings
>API credentials
使用 NPX
将以下配置添加到您的 AI 平台设置:
使用 Docker
- 构建容器镜像:
- 将以下配置添加到您的 AI 平台设置:
调试
由于 MCP 服务器通过 stdio 进行通信,因此调试起来可能比较棘手。为了简化调试,我们建议使用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_<process_slug>
获取执行
检索流程执行的结果。
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
This server cannot be installed
一个 MCP 服务器,使 AI 平台能够与 YepCode 的基础架构进行交互,允许 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