OSS-MCP is a server implementation that provides a bridge between AI assistants and Object Storage Services (OSS), specifically Ali OSS. Developed by 1yhy, this TypeScript-based server enables file operations through a RESTful API, allowing assistants to upload, download, list, and manage files in cloud storage. The implementation leverages the ali-oss SDK and Express framework to handle requests efficiently, with environment-based configuration for secure credential management. It's particularly valuable for use cases requiring document management, media file handling, or backup operations without leaving the assistant interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Uploads a file to OSS. Parameters: filePath (string, required), targetDir (string, optional), fileName (string, optional, defaults to original file name), configName (string, optional, defaults to 'default')
Lists all available OSS configuration names. No parameters.