MCP.so
Sign In
Servers

MCP Wrapper

@tibzejoker

a wrapper that allows to run mcp servers in wrapped light subprocesses with custom multi environments

Overview

What is MCP Wrapper?

MCP Wrapper is a secure sandbox for executing Node.js and Python scripts with complete filesystem isolation, path virtualization, and network access blocking. It is designed for developers who need to run or test code in a controlled environment without affecting the host system.

How to use MCP Wrapper?

Install the dependencies with npm install, then start the server using npm run start. Once running, scripts are executed inside the sandbox, where filesystem access is virtualized and network requests are blocked.

Key features of MCP Wrapper

  • Full filesystem isolation for scripts
  • Multi-language support (Node.js and Python)
  • Customizable environment variables
  • Path virtualization (scripts see "/

More from Developer Tools