Skip to content
Zed

runno for Zed

io.github.taybenlor/runno

MCP Server for the Runno Sandbox

client:Zed transport:stdio runtime:npm

Install runno in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

runno in other clients