a year ago
developer-toolsa 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 that allows the execution of Node.js and Python scripts with complete filesystem isolation.
How to use MCP Wrapper?
To use MCP Wrapper, install it via npm and run the tests using the provided commands.
Key features of MCP Wrapper?
- Complete filesystem isolation
- Multi-language support (Node.js and Python)
- Customizable environment variables
- Path virtualization (converts system paths to virtual paths)
- Prevention of unauthorized network access
- Blocking of non-sandboxed access
Use cases of MCP Wrapper?
- Running untrusted scripts safely in a controlled environment.
- Testing Node.js and Python scripts without affecting the host system.
- Developing applications that require strict security measures for script execution.
FAQ from MCP Wrapper?
- Is MCP Wrapper secure?
Yes! It provides complete filesystem isolation and blocks unauthorized network access.
- Can I use it for both Node.js and Python?
Yes! MCP Wrapper supports both languages.
- How do I install MCP Wrapper?
You can install it using the command
npm install.