Integrations
Provides a secure JavaScript REPL (Read-Eval-Print-Loop) environment to execute code snippets with error handling, memory management, and output formatting.
Enables secure access to Node.js built-in modules and execution of JavaScript code in a sandboxed VM context with working directory support.
Allows running the REPL directly via npx without installation or installing it globally through npm for repeated usage.
🚀 Прямой исполнитель Node.js REPL
🧙♂️ Упрощенная среда выполнения JavaScript
Оптимизированная среда прямого выполнения Node.js, которая обеспечивает бесперебойное выполнение кода с полной поддержкой:
- Модули ESM — Собственный синтаксис импорта/экспорта
- Динамический импорт — полная поддержка await import()
- Совместимость с CommonJS — работает с require() через createRequire
- Доступ к API Node.js — прямой доступ ко всем функциям Node.js
🧩 Конфигурация
Для курсора обновите конфигурацию .cursor/mcp.json
:
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
Защищенный сервер JavaScript REPL, позволяющий выполнять фрагменты кода в изолированной среде с защитой памяти, обработкой тайм-аутов и подробными отчетами об ошибках.
Related MCP Servers
- -securityAlicense-qualityThe sessionless code interpreter. Securely run AI-generated code in stateful sandboxes that run forever.Last updated -65176RustMIT License
- AsecurityFlicenseAqualityProvides a secure, isolated JavaScript execution environment with configurable time and memory limits for safely running code from Claude.Last updated -15JavaScript
- -securityFlicense-qualityA server that enables AI assistants to execute JavaScript code with persistent context through stateful REPL sessions, file operations, and package management features.Last updated -TypeScript
- AsecurityAlicenseAqualityEnables mapping JavaScript error stack traces back to original source code, extracting context information to help developers locate and fix issues.Last updated -21502TypeScriptMIT License