Skip to main content
Glama

🚀 Прямой исполнитель Node.js REPL

ВерсияУзелЛицензия

🧙‍♂️ Упрощенная среда выполнения JavaScript

Оптимизированная среда прямого выполнения Node.js, которая обеспечивает бесперебойное выполнение кода с полной поддержкой:

  • Модули ESM — Собственный синтаксис импорта/экспорта

  • Динамический импорт — полная поддержка await import()

  • Совместимость с CommonJS — работает с require() через createRequire

  • Доступ к API Node.js — прямой доступ ко всем функциям Node.js

Related MCP server: MCP QuickJS Runner

🧩 Конфигурация

Для курсора обновите конфигурацию .cursor/mcp.json :

{
  "mcpServers": {
    "mcp-repl": {
      "command": "npx",
      "args": [
        "-y", "mcp-repl", "path/to/your/project"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": ["executenode", "executedeno"]
    }
  }
}
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnEntrypoint/mcp-repl'

If you have feedback or need assistance with the MCP directory API, please join our Discord server