Synology Docker MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAS_HOST | Yes | The hostname or IP address of your Synology NAS (e.g., 192.168.1.xxx) | |
| NAS_PORT | Yes | The SSH port of your Synology NAS (default 22) | |
| NAS_USER | Yes | Your administrator account username on the Synology NAS | |
| NAS_PASSWORD | Yes | Your administrator account password on the Synology NAS | |
| NAS_DOCKER_DIR | Yes | The base directory for Docker projects on the Synology NAS (e.g., /volume1/docker) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| synology_docker_psA | List all docker containers on the Synology NAS |
| synology_docker_logsB | Get logs for a specific docker container |
| synology_docker_manageC | Manage container lifecycle (start, stop, restart) |
| synology_project_listB | List docker-compose projects in the Synology NAS docker directory |
| synology_project_manageB | Manage a docker-compose project (up, down, restart) |
| synology_read_fileB | Read a configuration file from the NAS (restricted to /volume1/docker) |
| synology_write_fileA | Write or update a configuration file on the NAS (restricted to /volume1/docker) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hifishhe/Synology-Docker-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server