Skip to content
VS Code

SecScan for VS Code

us.secscan/secscan

Scan, monitor and fix a live web app from your editor: graded security reports with fix prompts.

client:VS Code transport:streamable-http

Install SecScan in VS Code

.vscode/mcp.json

{
  "servers": {
    "secscan": {
      "type": "http",
      "url": "https://secscan.us/api/mcp"
    }
  }
}

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

SecScan in other clients