Skip to main content
Glama

360 AI Cloud Drive MCP Server

by Qihoo360

file-download-stdio

Retrieve and download files from 360 AI Cloud Drive by specifying file IDs, with options to set custom download directories or use the default folder.

Instructions

获取云盘中指定文件的下载链接并支持直接下载文件。可以指定下载目录,默认下载到用户主目录的 .mcp-downloads 文件夹中。

Input Schema

NameRequiredDescriptionDefault
autoNo是否直接下载文件,默认为 true
downloadDirNo指定下载目录,必须有读写权限,默认为用户主目录下的 .mcp-downloads 文件夹
nidYes文件的唯一标识ID,可通过文件列表或搜索获取

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "auto": { "description": "是否直接下载文件,默认为 true", "type": "boolean" }, "downloadDir": { "description": "指定下载目录,必须有读写权限,默认为用户主目录下的 .mcp-downloads 文件夹", "type": "string" }, "nid": { "description": "文件的唯一标识ID,可通过文件列表或搜索获取", "type": "string" } }, "required": [ "nid" ], "type": "object" }

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/Qihoo360/ecs_mcp_server'

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