Eleion Scanner for Cursor
io.github.hernaninverso/eleion-scanner-mcp
Register/verify your domains, queue security scans, and read findings (CVE, severity).
client:Cursor
transport:stdio
runtime:npm
Install Eleion Scanner in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"eleion-scanner-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"eleion-scanner-mcp"
],
"env": {
"SCANNER_API_KEY": "<SCANNER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs