# SpiderFoot MCP Server configuration
# Copy this file to .env and adjust values as needed.
# Base URL of local SpiderFoot Web UI/API (Docker exposes 5001 by default)
SPIDERFOOT_BASE_URL=http://127.0.0.1:5001
# Optional Digest auth (leave unset if not used in your local setup)
# SPIDERFOOT_USER=
# SPIDERFOOT_PASS=
# Allow starting scans from MCP (default true)
ALLOW_START_SCAN=true