Loading MCP server directory, please wait...
Query your local network in plain language: devices, open ports, security findings and alerts.
npx @getmcp/cli add app.deviceshelf/deviceshelf-serverRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"app.deviceshelf/deviceshelf-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"DEVICESHELF_API_PORT",
"ghcr.io/wealthwallet/deviceshelf-server:1.6.22"
],
"env": {
"DEVICESHELF_API_PORT": "8088"
}
}
}
}