security tools for VS Code
com.rangercheck/security-tools
Free front-end security check for any website: a grade plus the secrets and keys it exposes.
client:VS Code
transport:streamable-http
tools:1
Install security tools in VS Code
.vscode/mcp.json
{
"servers": {
"security-tools": {
"type": "http",
"url": "https://rangercheck.com/api/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs