mcp-synology
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SYNOLOGY_HOST | Yes | NAS hostname or IP | |
| SYNOLOGY_PASSWORD | Yes | DSM password | |
| SYNOLOGY_USERNAME | Yes | DSM username |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clearly distinct purpose with explicit guardrails. search_files explicitly directs users to list_files for directory contents, preventing overlap. Listing, searching, metadata retrieval, sizing, downloading, and recycle-bin operations are cleanly separated.
All tools follow consistent snake_case verb_noun conventions. 'list_' prefix is used consistently for collection enumeration (list_files, list_shares, list_recycle_bin), 'get_' for retrieval operations, and action verbs (download, search) clearly describe the operation.
Seven tools strikes an appropriate balance for a focused NAS file browsing and download utility. The set covers discovery (list_shares), navigation (list_files), search (search_files), metadata (get_file_info, get_dir_size), transfer (download_file), and lifecycle visibility (list_recycle_bin) without bloat.
The surface is read-only regarding NAS state changes—featuring download, listing, and search but lacking complementary write operations. Notable gaps include upload_file, delete_file, restore_recycle_bin (despite being able to list it), and move/rename operations, limiting it to browse-only workflows.