Enables large language models to safely generate and execute JavaScript code within an isolated .NET runtime environment.
RunJS provides an MCP server designed to securely execute dynamically generated JavaScript code from large language models. It leverages the Jint library to embed a JavaScript runtime within .NET, offering precise control over the execution sandbox through configurable limits on memory, statements, runtime, and call depth. This robust isolation makes it an ideal solution for safely processing JSON or performing complex data transformations generated by AI within your applications.