🔗 المستودع الرسمي
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 tea — هو خادم Model Context Protocol (MCP) يتيح لتطبيقات الذكاء الاصطناعي مثل Claude وCursor الوصول لقدرات code execution بشكل آمن ومنظم عبر البروتوكول المفتوح.
حالات الاستخدام الشائعة
- ربط Claude أو Cursor بـcode execution مباشرة
- أتمتة المهام المتكررة عبر وكلاء الذكاء الاصطناعي
- بناء سير عمل ذكي يجمع عدة أدوات في مسار واحد
التثبيت السريع (Claude Desktop)
{
"mcpServers": {
"node-code-sandbox-mcp": {
"command": "npx",
"args": ["-y", "alfonsograziano/node-code-sandbox-mcp"]
}
}
}أضف الكود لملف إعدادات Claude Desktop بعد تثبيت المتطلبات حسب تعليمات المستودع.