Skip to main content
Glama

MCP-REPL

by AnEntrypoint

🚀 MCP 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 Claude Code: claude mcp add repl -- "npx" "-y" "mcp-repl" For Cursor, update your .cursor/mcp.json configuration:

{ "mcpServers": { "mcp-repl": { "command": "npx", "args": [ "-y", "mcp-repl" ], "env": {}, "disabled": false, "autoApprove": ["executenode", "executedeno"] } } }
Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

메모리 보호, 시간 초과 처리, 포괄적인 오류 보고 기능을 갖춘 샌드박스 환경에서 코드 조각을 실행할 수 있는 안전한 JavaScript REPL 서버입니다.

  1. 🧙‍♂️ 간소화된 JavaScript 실행 환경
    1. 🧩 구성
      1. ✨ 특징
        1. 🛠️ 구현 세부 정보
          1. 📝 사용 예시

            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
              42
              5
              • Apple
            • -
              security
              F
              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.
              Last updated -
              • Linux
              • Apple
            • -
              security
              F
              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.
              Last updated -
            • -
              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