deepadb for Grok
io.github.fullread/deepadb
Full-featured ADB MCP server — 209 tools across 49 modules, from UI to baseband.
client:Grok
transport:stdio
runtime:npm
Install deepadb in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"deepadb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deepadb"
]
}
}
}
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