Skip to content
Cursor

deepadb for Cursor

io.github.fullread/deepadb

Full-featured ADB MCP server — 209 tools across 49 modules, from UI to baseband.

client:Cursor transport:stdio runtime:npm

Install deepadb in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "deepadb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "deepadb"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

deepadb in other clients