droidsight for Windsurf
io.github.edgecasehuman/droidsight
Drives a real Android device over ADB and attaches the resulting screen to every action.
client:Windsurf
transport:stdio
runtime:npm
Install droidsight in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"droidsight": {
"command": "npx",
"args": [
"-y",
"@edgecasehuman/droidsight"
],
"env": {
"DROIDSIGHT_DEVICE_SERIAL": "<DROIDSIGHT_DEVICE_SERIAL>",
"DROIDSIGHT_ADB_PATH": "<DROIDSIGHT_ADB_PATH>",
"DROIDSIGHT_LOCAL_ROOT": "<DROIDSIGHT_LOCAL_ROOT>",
"DROIDSIGHT_DEVICE_PIN": "<DROIDSIGHT_DEVICE_PIN>",
"DROIDSIGHT_ALLOW_SHELL": "<DROIDSIGHT_ALLOW_SHELL>",
"DROIDSIGHT_DEBUG_LOG": "<DROIDSIGHT_DEBUG_LOG>",
"DROIDSIGHT_LOG": "<DROIDSIGHT_LOG>",
"DROIDSIGHT_EVENTS": "<DROIDSIGHT_EVENTS>",
"DROIDSIGHT_SENTINEL": "<DROIDSIGHT_SENTINEL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs