runno MCP
If you are the rightful owner of runno MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
`@runno/mcp` is a Model Context Protocol server that provides a secure code execution environment for AI assistants.
`@runno/mcp` is a Model Context Protocol (MCP) server that provides a secure code execution environment for AI assistants. It enables models to execute code in various programming languages inside a sandboxed environment using WebAssembly, offering a safe way to run code snippets during AI interactions. The server supports multiple programming languages, including Python, JavaScript, C, C++, Ruby, and PHP, and ensures that code runs in isolation without access to the filesystem, network, or system resources. It is compliant with the MCP standard, allowing seamless integration with AI assistants. The server can be easily run via npx, and it uses standard I/O for communication with clients. The `@runno/mcp` server leverages the `@runno/sandbox` package to create isolated environments for code execution, using precompiled WebAssembly binaries for multiple programming languages.
Features
- Secure Sandboxed Environment: Runs code in isolation without access to the filesystem, network, or system resources
- Multiple Language Support: Execute code in Python, JavaScript (QuickJS), C, C++, Ruby, and PHP
- MCP Compliant: Implements the Model Context Protocol for seamless integration with AI assistants
- Simple CLI Tool: Easy to run via npx without complex setup
- Standard I/O Communication: Uses stdio for communication with the client