Skip to content
Windsurf

deviceshelf server for Windsurf

app.deviceshelf/deviceshelf-server

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

client:Windsurf transport:stdio runtime:oci

Install deviceshelf server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

deviceshelf server in other clients