@codesentryai/cloud189-mcp
v1.0.2
Published
Cloud189 Agent Storage MCP server — gives AI agents (Hermes, Claude Code, OpenClaw, Cursor) secure cloud storage tools powered by Tianyi Cloud 189 / 天翼云盘. 11 MCP tools: login, list, search, upload-safe, download, mkdir, sync, plan.
Downloads
275
Maintainers
Readme
@codesentryai/cloud189-mcp
MCP server for Cloud189 Agent Storage.
Adds Cloud189 / Tianyi Cloud 189 tools to AI agents through MCP, with agent-safe defaults for storage workflows.
Install
npm install -g @codesentryai/cloud189
npm install -g @codesentryai/cloud189-mcpWhat it provides
cloud189-mcpMCP server binary- Cloud storage tools for list, search, download, upload-safe, mkdir-safe, sync-upload-safe, quota, and planning dangerous ops
- Agent-safe behavior: no delete/overwrite by default
Example MCP config
{
"mcpServers": {
"cloud189": {
"command": "npx",
"args": ["-y", "@codesentryai/cloud189-mcp"]
}
}
}See the main repo for full docs and platform-specific setup:
- https://github.com/CodeSentryAI/cloud189
- https://github.com/CodeSentryAI/cloud189/blob/main/docs/mcp-config.md
Disclaimer
Personal project. Not affiliated with or endorsed by Tianyi Cloud 189 / 天翼云盘 or any related official service.
