# Example environment configuration for Memos MCP Server
# Base URL of your Memos instance
# Default: http://localhost:5230
MEMOS_BASE_URL=http://localhost:5230
# API authentication token
# To get a token:
# 1. Log into your Memos instance
# 2. Go to Settings → Access Tokens
# 3. Create a new access token
# 4. Copy and paste it here
MEMOS_API_TOKEN=your-token-here