Skip to content
VS Code

contract security scanner for VS Code

io.github.mastrophot/contract-security-scanner

MCP smart contract scanner with NEAR-focused security context.

client:VS Code transport:stdio runtime:npm

Install contract security scanner in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

contract security scanner in other clients