From 8a57494bf10214438e39bebb3b6ce6c911f8ecbd Mon Sep 17 00:00:00 2001 From: r33drichards Date: Sun, 11 May 2025 11:17:41 -0700 Subject: [PATCH] add mcp-js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92ed0c71..e5e54eaf 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,7 @@ Code execution servers. Allow LLMs to execute code in a secure environment, e.g. - [yepcode/mcp-server-js](https://github.com/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 - [ckanthony/openapi-mcp](https://github.com/ckanthony/openapi-mcp) 🏎️ ☁️ - OpenAPI-MCP: Dockerized MCP Server to allow your AI agent to access any API with existing api docs. - [alfonsograziano/node-code-sandbox-mcp](https://github.com/alfonsograziano/node-code-sandbox-mcp) 📇 🏠 – A Node.js MCP server that spins up isolated Docker-based sandboxes for executing JavaScript snippets with on-the-fly npm dependency installation and clean teardown +- [r33drichards/mcp-js](https://github.com/r33drichards/mcp-js) 🦀 🏠 🐧 🍎 A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions. ### 🤖 Coding Agents