# Evernote MCP Server Environment Variables
# Copy this file to .env and fill in your actual token
# Your Evernote Developer Token
# Get it from: https://dev.evernote.com/doc/articles/dev_tokens.php
EVERNOTE_DEVELOPER_TOKEN=YOUR_EVERNOTE_TOKEN_HERE
# Environment (production or sandbox)
EVERNOTE_ENVIRONMENT=production
# API endpoints (automatically set based on environment)
EVERNOTE_API_BASE=https://www.evernote.com