deviceshelf server for Grok
app.deviceshelf/deviceshelf-server
Query and troubleshoot your local network in plain language: 37 tools, strictly local, no cloud.
client:Grok
transport:stdio
runtime:oci
Install deviceshelf server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"deviceshelf-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wealthwallet/deviceshelf-server:1.9.61"
],
"env": {
"DEVICESHELF_API_PORT": "<DEVICESHELF_API_PORT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs