mcp-fetch.env.example•655 B
# MCP Fetch Service Environment Variables Configuration File
# Copy this file as .env or /etc/default/mcp-fetch and modify the configuration
# Transport mode: stdio or http (default: http)
TRANSPORT=http
# HTTP server bind address (default: 0.0.0.0)
HOST=0.0.0.0
# HTTP server listening port (default: 8000)
PORT=8000
# Bearer token authentication key (strongly recommended to set in production environment)
# Leave empty for public access, no authentication required
AUTH_TOKEN=your-secret-token-here-change-me
# Custom User-Agent (optional)
# CUSTOM_USER_AGENT=MyCompany/1.0
# Proxy server URL (optional)
# PROXY_URL=http://proxy.example.com:8080