Odel
runno

runno

Local
@taybenlor771TypeScriptMITUpdated 1mo ago

MCP Server for the Runno Sandbox

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@runno/mcpv0.10.6

Run

npx -y @runno/mcp

MCP client config

{
  "mcpServers": {
    "runno": {
      "command": "npx",
      "args": [
        "-y",
        "@runno/mcp"
      ]
    }
  }
}