Synology NAS for Gemini CLI
io.github.cmeans/mcp-synology
MCP server for Synology NAS — browse files, monitor health, and automate operations
client:Gemini CLI
transport:stdio
runtime:pypi
Install Synology NAS in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp-synology": {
"command": "uvx",
"args": [
"mcp-synology"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs