Skip to content
Cursor

contract security scanner for Cursor

io.github.mastrophot/contract-security-scanner

MCP smart contract scanner with NEAR-focused security context.

client:Cursor transport:stdio runtime:npm

Install contract security scanner in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "contract-security-scanner": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-contract-security"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

contract security scanner in other clients