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

🧩 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"] } } }
Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    Provides a secure, isolated JavaScript execution environment with configurable time and memory limits for safely running code from Claude.
    Last updated -
    1
    15
    5
    • Apple
  • -
    security
    -
    license
    -
    quality
    A server that enables AI assistants to execute JavaScript code with persistent context through stateful REPL sessions, file operations, and package management features.
  • -
    security
    -
    license
    -
    quality
    A secure MCP server that provides controlled ShellJS access for LLMs, enabling AI systems to safely execute shell commands and interact with the filesystem within a configurable security sandbox.
  • -
    security
    F
    license
    -
    quality
    Provides secure execution of arbitrary JavaScript code within a sandboxed QuickJS WASM environment, allowing language models or other MCP clients to safely run JavaScript code snippets without compromising the host system.
    Last updated -
    4

View all related MCP servers

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