YepCode Secure Execution
Enables secure execution of LLM-generated scripts and processes in isolated environments with environment variable management for teams needing to run code directly from AI assistants.
29 stars
0 tools
Created Aug 2025
@yepcode/yepcode-yepcode-secure-execution-jsAbout
Enables secure execution of LLM-generated scripts and processes in isolated environments with environment variable management for teams needing to run code directly from AI assistants.
Categories
general
Installation
npm
npm install @yepcode/yepcode-yepcode-secure-execution-js
Configuration
{
"mcpServers": {
"yepcode-yepcode-secure-execution-js": {
"command": "npx",
"args": [
"-y",
"@yepcode/yepcode-yepcode-secure-execution-js"
]
}
}
}