.env.example•1.29 kB
# Zoho Projects MCP Server Configuration
# Your Zoho OAuth Access Token (required, auto-refreshed)
# Generate from: https://api-console.zoho.com/
ZOHO_ACCESS_TOKEN=
# OAuth Refresh Configuration (for automatic token refresh)
ZOHO_REFRESH_TOKEN=
ZOHO_CLIENT_ID=
ZOHO_CLIENT_SECRET=
ZOHO_ACCOUNTS_DOMAIN=https://accounts.zoho.com
# Your Zoho Portal ID (required)
# Find this in your Zoho Projects URL or via the API
ZOHO_PORTAL_ID=
# Zoho API Domain (optional, defaults to .com)
# Choose based on your data center:
# US: https://projectsapi.zoho.com
# EU: https://projectsapi.zoho.eu
# IN: https://projectsapi.zoho.in
# AU: https://projectsapi.zoho.com.au
# CN: https://projectsapi.zoho.com.cn
ZOHO_API_DOMAIN=https://projectsapi.zoho.com
# OAuth Scopes needed (for reference):
# ZohoProjects.portals.ALL
# ZohoProjects.projects.ALL
# ZohoProjects.tasks.ALL
# ZohoProjects.bugs.ALL
# ZohoProjects.milestones.ALL
# ZohoProjects.users.READ
# ZohoSearch.securesearch.READ
# HTTP Server Configuration (for remote access)
# Port for HTTP/SSE server (defaults to 3001)
HTTP_PORT=3001
# Allowed origins for CORS (comma-separated)
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:8080
# Allowed hosts for DNS rebinding protection (comma-separated)
ALLOWED_HOSTS=127.0.0.1,localhost