Drengr for VS Code
dev.drengr/server
Eyes and hands for AI agents on Android and iOS devices.
client:VS Code
transport:stdio
runtime:npm
Install Drengr in VS Code
.vscode/mcp.json
{
"servers": {
"server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"drengr"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs