20 lines
394 B
Plaintext
20 lines
394 B
Plaintext
# Vultr MCP Server Configuration
|
|
|
|
# Vultr API Key (required)
|
|
# Get your API key from: https://my.vultr.com/settings/#settingsapi
|
|
VULTR_API_KEY=your_vultr_api_key_here
|
|
|
|
# Server Configuration
|
|
HOST=0.0.0.0
|
|
PORT=8000
|
|
LOG_LEVEL=info
|
|
|
|
# Optional: Debug settings
|
|
DEBUG=false
|
|
LOG_FILE=/var/log/vultr-mcp-server.log
|
|
|
|
# Optional: Rate limiting
|
|
RATE_LIMIT_REQUESTS=100
|
|
RATE_LIMIT_PERIOD=3600 # seconds
|
|
|