wd-mycloud-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WD_MYCLOUD_HOST | No | Hostname or IP of device (use IP, not .local) | MyCloud.local |
| WD_MYCLOUD_USER | No | SMB username | guest |
| WD_MYCLOUD_MOUNT | No | Local SMB mount point | /Volumes/{SHARE} |
| WD_MYCLOUD_SHARE | No | SMB share name | Public |
| WD_MYCLOUD_PASSWORD | No | SMB password | |
| WD_MYCLOUD_CLOUD_EMAIL | No | WD account email (for remote access) | |
| WD_MYCLOUD_CLOUD_PASSWORD | No | WD account password (for remote access) |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_directoryA | List files and directories at the given path on WD MyCloud. Args: path: Relative path from the share root. Defaults to root. |
| read_fileA | Read the text content of a file on WD MyCloud. Args: path: Relative path to the file from the share root. |
| write_fileA | Write text content to a file on WD MyCloud (creates or overwrites). Args: path: Relative path to the file. content: Text content to write. |
| delete_fileA | Delete a file on WD MyCloud. Args: path: Relative path to the file. |
| delete_directoryA | Delete a directory on WD MyCloud. Args: path: Relative path to the directory. recursive: If True, delete directory and all contents. |
| create_directoryA | Create a directory on WD MyCloud. Args: path: Relative path for the new directory. |
| moveA | Move or rename a file or directory on WD MyCloud. Args: source: Relative source path. destination: Relative destination path. |
| copyA | Copy a file by reading and re-uploading (WD API has no server-side copy). Args: source: Relative source path. destination: Relative destination path. |
| search_filesA | Search for files by name on WD MyCloud. Args: query: Search term (filename or partial name) path: Relative directory to search in. Defaults to share root. |
| get_infoA | Get metadata about a file or directory on WD MyCloud. Args: path: Relative path from the share root. |
| connection_statusA | Show current connection mode and authentication status. |
| loginA | Force re-authentication with WD cloud (use if you get auth errors). |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/dy-le/wd-mycloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server