Skip to content
VS Code

cloud pathfinder for VS Code

io.github.baneado98/cloud-pathfinder

IaC attack-path auditor: finds internet-to-crown-jewel chains in Terraform/CFN/K8s.

client:VS Code transport:streamable-http

Install cloud pathfinder in VS Code

.vscode/mcp.json

{
  "servers": {
    "cloud-pathfinder": {
      "type": "http",
      "url": "https://cloud-pathfinder.vercel.app/mcp"
    }
  }
}

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

cloud pathfinder in other clients