yepcode/mcp-server-js
Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
Ads
Overview
Execute any LLM-generated code in a secure and scalable sandbox environment and create your own MCP tools using JavaScript or Python, with full support for NPM and PyPI packages
Installation
docker build -t yepcode/mcp-server .
Configuration
{
"mcpServers": {
"yepcode-mcp-server": {
"command": "npx",
"args": ["-y", "@yepcode/mcp-server"],
"env": {
"YEPCODE_API_TOKEN": "your_api_token_here"
}
}Capabilities
- Execute code in a secure sandbox
ask the assistant to run JavaScript or Python snippets via `run_code` and return logs and results.
- Expose tagged YepCode processes as AI-callable tools
configure `YEPCODE_MCP_TOOLS` with process tags so the assistant can invoke your custom processes directly.
- Manage workspace environment variables
use `set_env_var` and `remove_env_var` to create, update, or delete variables your processes depend on.
- Operate YepCode storage files
list, upload, download, or delete files in your workspace storage through `list_files`, `upload_file`, `download_file`, and `delete_file`.
- Control process executions and schedules
list, execute, schedule, pause, resume, or kill processes using the API management tools under `yc_api`.
- Administer modules and versions
create, update, delete, and version script library modules with the extended `yc_api_full` tool set.
Tags
- development
- coding-agent
- workflow-automation
- cloud-infrastructure
- awesome-list
Related MCP servers
Context7 MCP
OfficialOfficial Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.
Chrome DevTools MCP
OfficialOfficial Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.
Mastra/mcp
OfficialClient implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.
GitHub MCP Server
OfficialConnect your AI assistant to GitHub repositories, issues, pull requests, and search.