BeVigil OSINT for VS Code
io.github.santhosh-005/bevigil
Discover mobile app attack surfaces via BeVigil OSINT — hosts, subdomains, URLs, and more.
client:VS Code
transport:stdio
runtime:npm
Install BeVigil OSINT in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "bevigil-api-key",
"description": "BEVIGIL_API_KEY",
"password": true
}
],
"servers": {
"bevigil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bevigil-mcp-server"
],
"env": {
"BEVIGIL_API_KEY": "${input:bevigil-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs