Skip to content

deviceshelf server for Zed

app.deviceshelf/deviceshelf-server

Query and troubleshoot your local network in plain language: 37 tools, strictly local, no cloud.

client:Zed transport:stdio runtime:oci

Install deviceshelf server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "deviceshelf-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wealthwallet/deviceshelf-server:1.9.58"
      ],
      "env": {
        "DEVICESHELF_API_PORT": "<DEVICESHELF_API_PORT>"
      }
    }
  }
}

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

deviceshelf server in other clients