# Outline Wiki MCP Server Configuration
# Outline Wiki URL (required)
OUTLINE_URL=https://app.getoutline.com
# Outline API Token (required)
# Get from: Your Outline Settings → API → Create Token
OUTLINE_API_TOKEN=ol_api_xxxxxxxxxxxxx
# Access Control (optional)
READ_ONLY=false # Set to true for read-only mode
DISABLE_DELETE=false # Set to true to disable delete operations
# Retry Configuration (optional)
MAX_RETRIES=3 # Number of retry attempts for failed requests
RETRY_DELAY_MS=1000 # Initial delay between retries (ms)
# Smart Features (optional)
# Enable AI-powered features like ask_wiki, summarize, auto-tagging
ENABLE_SMART_FEATURES=false
OPENAI_API_KEY=sk-xxxxxxxxxxxxx