Skip to main content
Glama

ADB MCP Server

by srmorete
Dockerfile638 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # Auto-generated Dockerfile for adb-mcp MCP server # Use Node.js LTS on Alpine FROM node:lts-alpine # Install ADB (Android Debug Bridge) RUN apk add --no-cache android-tools # Set working directory WORKDIR /app # Copy package manifests COPY package.json package-lock.json ./ # Install dependencies (skip prepare scripts if needed) RUN npm ci --ignore-scripts # Copy source code COPY tsconfig.json ./ COPY src ./src # Build TypeScript RUN npm run build # Expose no ports (stdio-based) # Default entrypoint ENTRYPOINT ["node", "dist/index.js"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/srmorete/adb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server