Skip to content
VS Code

secret scanner for VS Code

tools.knurl/secret-scanner

Scan configs, files, or text for leaked secrets and obvious misconfigurations. Nothing stored.

client:VS Code transport:streamable-http tools:1

Install secret scanner in VS Code

.vscode/mcp.json

{
  "servers": {
    "secret-scanner": {
      "type": "http",
      "url": "https://mcp.knurl.tools/mcp"
    }
  }
}

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

What VS Code can do once it is connected

secret scanner in other clients