We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/atom2ueki/mcp-server-synology'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.example•808 B
# 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/