Skip to content
VS Code

runno for VS Code

io.github.taybenlor/runno

MCP Server for the Runno Sandbox

client:VS Code transport:stdio runtime:npm

Install runno in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

runno in other clients