Skip to content
Claude Desktop

cloud pathfinder for Claude Desktop

io.github.baneado98/cloud-pathfinder

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

client:Claude Desktop transport:streamable-http

Install cloud pathfinder in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cloud-pathfinder": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cloud-pathfinder.vercel.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

cloud pathfinder in other clients