# Listmonk MCP Server Configuration
# Copy this file to .env and update with your values
# Listmonk Server Settings (Required)
LISTMONK_MCP_URL=http://localhost:9000
LISTMONK_MCP_USERNAME=admin
LISTMONK_MCP_PASSWORD=listmonk
# Optional Settings
LISTMONK_MCP_TIMEOUT=30
LISTMONK_MCP_MAX_RETRIES=3
# Server Settings
LISTMONK_MCP_DEBUG=false
LISTMONK_MCP_LOG_LEVEL=INFO
LISTMONK_MCP_SERVER__NAME="Listmonk MCP Server"