ExecBro for VS Code
com.execbro/execbro
Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots
client:VS Code
transport:stdio
runtime:npm
Install ExecBro in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "execbro-api-url",
"description": "EXECBRO_API_URL",
"password": true
}
],
"servers": {
"execbro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"execbro"
],
"env": {
"EXECBRO_API_URL": "${input:execbro-api-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs