-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathenv.example
More file actions
27 lines (22 loc) · 808 Bytes
/
env.example
File metadata and controls
27 lines (22 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Synology MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Synology NAS connection details
SYNOLOGY_URL=https://192.168.1.100:5001
SYNOLOGY_USERNAME=your_username
SYNOLOGY_PASSWORD=your_password
# Optional: Server settings
MCP_SERVER_NAME=synology-mcp-server
MCP_SERVER_VERSION=1.0.0
# Optional: Session and security settings
SESSION_TIMEOUT=3600
AUTO_LOGIN=false
VERIFY_SSL=false # Set to true if your NAS has valid SSL certificate
# Optional: Debug settings
DEBUG=false
LOG_LEVEL=INFO
# Xiaozhi MCP Integration (optional)
# Set to true to enable both Xiaozhi (WebSocket) and Claude/Cursor (stdio) support
# Set to false or omit for Claude/Cursor only mode
ENABLE_XIAOZHI=false
XIAOZHI_TOKEN=your_xiaozhi_token_here
XIAOZHI_MCP_ENDPOINT=wss://api.xiaozhi.me/mcp/