# Marqeta DiVA API Credentials
# Obtain these from your Marqeta representative or generate via Marqeta Dashboard
# Application Token (Username for HTTP Basic Auth)
MARQETA_APP_TOKEN=your_application_token_here
# Access Token (Password for HTTP Basic Auth)
MARQETA_ACCESS_TOKEN=your_access_token_here
# Default Program Name (can be overridden per-request)
MARQETA_PROGRAM=your_program_name_here
# Optional: Enable local storage and RAG features
# Requires: pip install marqeta-diva-mcp[rag]
# Set to "true" to enable semantic search, local transaction storage, and embeddings
# Default: false
# ENABLE_LOCAL_STORAGE=false