Skip to main content
Glama

POEditor MCP Server

by r-pedraza
.env.templateโ€ข987 B
# POEditor MCP Server Configuration Template # Copy this file to .env and fill in your actual values # POEditor API Configuration POEDITOR_API_TOKEN=your_poeditor_api_token_here # Automation Settings AUTO_SYNC_ENABLED=false SYNC_INTERVAL_HOURS=24 MAX_RETRIES=3 RETRY_DELAY_SECONDS=5 # Email Notifications (Optional) SMTP_SERVER=smtp.gmail.com SMTP_PORT=587 SMTP_USERNAME=your_email@gmail.com SMTP_PASSWORD=your_app_password_here NOTIFICATION_EMAIL=your_notification_email@gmail.com # Logging Configuration LOG_LEVEL=INFO LOG_FILE_MAX_SIZE_MB=10 LOG_BACKUP_COUNT=5 # Export Settings DEFAULT_EXPORT_FORMAT=json EXPORT_DIRECTORY=./exports BACKUP_DIRECTORY=./backups # Report Settings REPORT_DIRECTORY=./reports GENERATE_DAILY_REPORTS=false # MCP Server Settings MCP_SERVER_HOST=localhost MCP_SERVER_PORT=8000 # JIRA Integration (Optional) JIRA_BASE_URL=https://your-domain.atlassian.net JIRA_EMAIL=your-email@example.com JIRA_API_TOKEN=your_jira_api_token_here JIRA_PROJECT_KEY=POE

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-pedraza/poeditor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server