A secure JavaScript REPL server that enables executing code snippets in a sandboxed environment with memory protection, timeout handling, and comprehensive error reporting.
A streamlined direct Node.js execution environment that enables seamless code execution with full support for:
For Cursor, update your .cursor/mcp.json
configuration:
{ "mcpServers": { "mcp-repl": { "command": "npx", "args": [ "-y", "mcp-repl", "path/to/your/project" ], "env": {}, "disabled": false, "autoApprove": ["executenode", "executedeno"] } } }
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!