Skip to main content
Glama
silverze
by silverze

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNo日志级别WARNING
READ_ONLYNo只读模式false
ROOT_PATHNo根路径限制/
NUTSTORE_HOSTNoWebDAV 服务器地址https://dav.jianguoyun.com/dav/
NUTSTORE_PASSYes第三方应用密码
NUTSTORE_USERYes坚果云账号(邮箱)

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": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_filesA

列出坚果云指定目录下的文件和子目录

search_filesC

在坚果云中搜索包含指定关键词的文件

get_directory_treeC

获取坚果云目录树结构

get_file_infoC

获取坚果云文件或目录的详细信息

existsC

检查坚果云文件或目录是否存在

is_dirA

判断坚果云路径是否为目录

check_connectionA

检查与坚果云 WebDAV 的连接状态

read_file_contentA

读取坚果云文本文件内容,返回文本供 AI 直接处理。 仅适合文本文件(.txt/.md/.json/.yaml 等),不支持二进制文件。 大文件请使用 download_file 下载到本地后处理。

write_file_contentA

将文本内容写入坚果云文件(新建或覆盖)。 仅适合文本内容,二进制文件请使用 upload_file。

download_fileA

从坚果云下载单个文件到本机本地路径。 支持任意格式(文本、图片、PDF、压缩包等)。 local_path 为本机上的目标保存路径,例如 /home/user/docs/report.pdf

upload_fileB

将本机单个文件上传到坚果云。 支持任意格式(文本、图片、PDF、压缩包等)。 local_path 为本机上已存在的文件路径,例如 /home/user/docs/report.pdf

download_dirA

从坚果云递归下载整个目录到本机本地路径(保留目录结构)。 local_dir 为本机目标目录路径,不存在时自动创建。

upload_dirA

将本机整个目录递归上传到坚果云(保留目录结构)。 local_dir 为本机已存在的目录路径。

move_fileC

移动或重命名坚果云中的文件/目录

copy_fileC

复制坚果云中的文件或目录

delete_fileB

删除坚果云中的文件或目录(谨慎使用!)

batch_deleteA

批量删除坚果云中的文件/目录(逗号分隔多个路径)

create_directoryC

在坚果云中创建新目录

mkdirsB

在坚果云中递归创建多级目录

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/silverze/nutstore-mcp'

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