Skip to content
Cline

web recon agent for Cline

io.github.joepangallo/web-recon-agent

Owned-target web security assessment MCP server for authenticated, high-friction apps.

client:Cline transport:stdio runtime:npm

Install web recon agent in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "web-recon-agent": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-web-recon-agent"
      ],
      "env": {
        "MCP_TARGET_ALLOWLIST": "<MCP_TARGET_ALLOWLIST>",
        "MCP_OWNED_TARGETS": "<MCP_OWNED_TARGETS>",
        "MCP_JOB_STORE_PATH": "<MCP_JOB_STORE_PATH>",
        "MCP_MAX_CONCURRENT": "<MCP_MAX_CONCURRENT>",
        "MCP_CONFIG_PATH": "<MCP_CONFIG_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

web recon agent in other clients