# Authentik MCP Server Configuration
# Copy this file to .env and fill in your values
# Authentik API Configuration
AUTHENTIK_BASE_URL=https://your-authentik-instance.com
AUTHENTIK_TOKEN=your-api-token-here
# Optional: Custom timeout settings (in seconds)
# AUTHENTIK_TIMEOUT=30
# Optional: Enable debug logging
# AUTHENTIK_DEBUG=true
# Optional: Custom user agent
# AUTHENTIK_USER_AGENT=MyApp/1.0
# MCP Server Configuration
# Optional: Specify the host and port for the MCP server (if running as HTTP server)
# MCP_HOST=localhost
# MCP_PORT=3000