Sandboxed runtime for programming languages and WASI binaries. Works in the browser, on your server, or via MCP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"runno": {
"command": "npx",
"args": [
"-y",
"taybenlor/runno"
]
}
}
}
Run in terminal:
claude mcp add runno npx -y taybenlor/runno
Add to .cursor/mcp.json:
{
"mcpServers": {
"runno": {
"command": "npx",
"args": [
"-y",
"taybenlor/runno"
]
}
}
}