The @runno/mcp server provides a run_code tool that AI assistants can use to execute code snippets in various programming languages. It leverages the @runno/sandbox package, which uses WebAssembly to create isolated environments for code execution. The result of the code execution is provided over STDIO.
Server Config
{
"mcpServers": {
"runno": {
"command": "/usr/local/bin/npx",
"args": [
"@runno/mcp"
]
}
}
}