scanpay for Cursor
io.github.misterio070/scanpay
Code security scanner for AI agents. 45+ vulnerability patterns, AST analysis, Solana micropayments.
client:Cursor
transport:stdio
runtime:npm
Install scanpay in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scanpay": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scanpay-mcp-server"
],
"env": {
"SCANPAY_URL": "<SCANPAY_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs