Skip to content
Cursor

deviceshelf server for Cursor

app.deviceshelf/deviceshelf-server

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

client:Cursor transport:stdio runtime:oci

Install deviceshelf server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

deviceshelf server in other clients