base security scanner mcp for Cursor
io.github.lordbasilaiassistant-sudo/base-security-scanner-mcp
MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.
client:Cursor
transport:stdio
runtime:npm
Install base security scanner mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"base-security-scanner-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base-security-scanner-mcp"
],
"env": {
"RPC_URL": "<RPC_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs