mcp-android-ssh 0.1.0

A high-performance MCP server for secure SSH access to Android devices via Termux
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Android SSH MCP Server Configuration

# SSH Connection Settings
ANDROID_SSH_HOST=10.0.0.123
ANDROID_SSH_PORT=8022
ANDROID_SSH_USER=root

# Authentication (provide at least one)
# Password authentication
ANDROID_SSH_PASSWORD=your_password_here

# OR SSH key authentication (recommended)
ANDROID_SSH_KEY_PATH=~/.ssh/id_rsa

# Logging
# Set to 'true' for debug logging
MCP_DEBUG=false