BeVigil OSINT for Cursor
io.github.santhosh-005/bevigil
Discover mobile app attack surfaces via BeVigil OSINT — hosts, subdomains, URLs, and more.
client:Cursor
transport:stdio
runtime:npm
Install BeVigil OSINT in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bevigil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bevigil-mcp-server"
],
"env": {
"BEVIGIL_API_KEY": "<BEVIGIL_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs