mcp-repl

2.0.10 • Public • Published

🚀 Direct Node.js REPL Executor

Version Node License

🧙‍♂️ Simplified JavaScript Execution Environment

A streamlined direct Node.js execution environment that enables seamless code execution with full support for:

  • ESM Modules - Native import/export syntax
  • Dynamic Imports - Full support for await import()
  • CommonJS compatibility - Works with require() through createRequire
  • Native Node.js API access - Direct access to all Node.js features

🧩 Configuration

For Cursor, update your .cursor/mcp.json configuration:

{
  "mcpServers": {
    "mcp-repl": {
      "command": "npx",
      "args": [
        "-y", "mcp-repl", "path/to/your/project"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": ["executenode", "executedeno"]
    }
  }
}

/mcp-repl/

    Package Sidebar

    Install

    npm i mcp-repl

    Weekly Downloads

    179

    Version

    2.0.10

    License

    MIT

    Unpacked Size

    40.1 kB

    Total Files

    7

    Last publish

    Collaborators

    • lanmower