# LinkedIn MCP Server Environment Variables
# Copy this file to .env and fill in your values
# LinkedIn session cookie (optional)
# Either set this, or run with --get-session to log in with email/password.
# Extract from browser: DevTools > Application > Cookies > linkedin.com > li_at
LINKEDIN_COOKIE=
# Browser mode (default: true)
# true = headless, false = visible window
HEADLESS=true
# Logging level (default: WARNING)
# Options: DEBUG, INFO, WARNING, ERROR
LOG_LEVEL=WARNING
# Transport mode (leave empty for interactive prompt, defaults to stdio in non-interactive)
# Options: stdio, streamable-http
TRANSPORT=
# Browser timeout in milliseconds (default: 5000)
TIMEOUT=5000
# Custom browser user agent (optional)
USER_AGENT=
# HTTP server settings (for streamable-http transport)
HOST=127.0.0.1
PORT=8000
HTTP_PATH=/mcp
# Debugging options
# Slow down browser actions by this many milliseconds (default: 0)
SLOW_MO=0
# Browser viewport size as WIDTHxHEIGHT (default: 1280x720)
VIEWPORT=1280x720
# Custom Chrome/Chromium executable path (optional)
# Use this if Chrome is installed in a non-standard location
CHROME_PATH=