.env.example•1.03 kB
# Payload CMS Configuration
# The server will work with the default settings for most users
# Only modify these if your Payload CMS is hosted elsewhere
# Base URL for your Payload CMS API (default: http://localhost:3000/api)
# Uncomment and modify if your Payload CMS is not at localhost:3000
# PAYLOAD_MCP_PAYLOAD__BASE_URL=http://localhost:3000/api
# JWT token for authentication (optional)
# If not provided, the server will prompt for login when needed
# PAYLOAD_MCP_PAYLOAD__AUTH_TOKEN=your_jwt_token_here
# Request timeout in seconds (default: 30)
# PAYLOAD_MCP_PAYLOAD__TIMEOUT=30
# Whether to verify SSL certificates (default: false for localhost)
# Set to true if your Payload CMS uses HTTPS with valid certificates
# PAYLOAD_MCP_PAYLOAD__VERIFY_SSL=false
# Whether to bypass proxy for localhost connections (default: true)
# PAYLOAD_MCP_PAYLOAD__BYPASS_PROXY=true
# Server Configuration
# Logging level for the MCP server (default: INFO)
# Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# PAYLOAD_MCP_LOG_LEVEL=INFO