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
{
"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