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