Deepadb MCP server
Full-featured ADB MCP server — 209 tools across 49 modules, from UI to baseband.
17 stars41 downloads/wk
Reviews
Write oneNobody has reviewed Deepadb yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Deepadb tools (3, 1 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
adb_result_dropwrite actionDelete a stored result handle, or clear all handles in this session. Either provide both `tool` and `name` to drop one specific handle, or pass `all: true` to drop everything in the current namespace. Useful for freeing up the store cap proactively or removing stale data before a sensitive operation.
adb_result_getRetrieve the content of a stored result handle by tool name + handle name. Returns the original content blocks as the source tool produced them. Updates the handle's last-accessed time. For URI-based retrieval, read `result://<tool>/<name>` as an MCP Resource instead.
adb_result_listList all result handles currently stored in this session. Returns metadata for each: tool, name, size, creation/expiry/last-access times. Use the URIs (`result://<tool>/<name>`) with adb_result_get or by reading them as MCP Resources to retrieve stored content. Handles are scoped per-auth-token and survive server restart within their TTL.
Public scan report
scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it
- Code scan149 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 3 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Deepadb repository's README, as published. We do not edit it. Read it on GitHub
DeepADB
MCP (Model Context Protocol) server for AI agents that need to inspect, control, test, and diagnose Android devices through ADB—or directly on-device through Termux.
209 tools, 5 resources, and 4 prompts across 49 modules—from UI automation and application management to logs, network capture, baseband, firmware, security, and hardware diagnostics.
Get started
DeepADB runs as a local MCP server. It uses ADB by default and automatically switches to direct execution when it detects Termux on an Android device.
git clone https://github.com/fullread/DeepADB.git
cd DeepADB
npm ci
npm run build
npm startAdd build/index.js to your MCP client configuration, then begin with these workflows:
For a guided local connection, see Claude Code Configuration. Read SECURITY.md before exposing HTTP, WebSocket, or GraphQL transports beyond loopback.
Architecture
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y deepadb on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add deepadb -- npx -y deepadb
Deepadb: common questions
- Is Deepadb MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Deepadb safety report
- How do I install Deepadb?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Deepadb need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Deepadb maintained?
- The last commit was 3 days ago (2026-09-18). The latest release is v1.1.4.