XploitScan for Cursor
io.github.bgage72590/xploitscan-mcp
Security scanner for AI-generated code. Scan, explain rules, and grade before you ship.
client:Cursor
transport:stdio
runtime:npm
Install XploitScan in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xploitscan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"xploitscan-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs