Skip to main content
Glama
dy-le

wd-mycloud-mcp

by dy-le

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WD_MYCLOUD_HOSTNoHostname or IP of device (use IP, not .local)MyCloud.local
WD_MYCLOUD_USERNoSMB usernameguest
WD_MYCLOUD_MOUNTNoLocal SMB mount point/Volumes/{SHARE}
WD_MYCLOUD_SHARENoSMB share namePublic
WD_MYCLOUD_PASSWORDNoSMB password
WD_MYCLOUD_CLOUD_EMAILNoWD account email (for remote access)
WD_MYCLOUD_CLOUD_PASSWORDNoWD 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/dy-le/wd-mycloud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server