Runno provides an MCP server that enables code execution in a sandboxed environment across multiple programming languages including Python, Ruby, JavaScript, SQLite, and C/C++. The server exposes tools for running and executing code snippets securely using the `@runno/sandbox` package, which leverages WebAssembly and WASI to create isolated execution contexts. This solves the problem of safely executing untrusted code without requiring users to install language runtimes or development tools locally.
claude mcp add --transport stdio taybenlor-runno uvx runno