Skip to main content
Glama

🚀 Direkter Node.js REPL-Executor

VersionKnotenLizenz

🧙‍♂️ Vereinfachte JavaScript-Ausführungsumgebung

Eine optimierte direkte Node.js-Ausführungsumgebung, die eine nahtlose Codeausführung mit vollständiger Unterstützung für Folgendes ermöglicht:

  • ESM-Module – Native Import-/Exportsyntax

  • Dynamische Importe – Vollständige Unterstützung für „await import()“

  • CommonJS-Kompatibilität – Funktioniert mit require() bis createRequire

  • Nativer Node.js-API-Zugriff – Direkter Zugriff auf alle Node.js-Funktionen

Related MCP server: JavaScript MCP Server

🧩 Konfiguration

Aktualisieren Sie für Cursor Ihre .cursor/mcp.json -Konfiguration:

{ "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

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