43
/ 100
1 month ago
glama

alioss-mcp-server

将图片URL转存到阿里云OSS并返回CDN访问地址,支持OSS直传和HOOK代理两种模式。

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: STS_ACCESS_KEY_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCDN_ENDPOINT"": "https://your-cdn-domain.com"
configMCP_TRANSPORT可通过=http环境变量强制指定HTTP模式
configOSS_BUCKETyour_bucket_name
configOSS_ENDPOINToss-cn-hangzhou.aliyuncs.com
configPORT当设置环境变量或使用--http参数时,自动切换到HTTP模式(适合Docker部署)
configSTS_ACCESS_KEY_IDyour_sts_access_key_id
🔐 secretSTS_ACCESS_KEY_SECRETyour_sts_access_key_secret
configSTS_ENDPOINTsts.cn-hangzhou.aliyuncs.com
configSTS_ROLE_ARNacs:ram::your_account_id:role/your_role_name
configUPLOAD_HOOK_URL"": "http://your-api-server:3001/api/resources/transfer-image-to-oss"
configUPLOAD_MODE当 =OSS 时,需要配置以下环境变量:
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/lvchenyang-alioss-mcp-server-16jd89)](https://m8ven.ai/mcp/lvchenyang-alioss-mcp-server-16jd89)
commit: 08010a74d4eba405195a97673a55878e3a3bb0f0
code hash: 664ae22c08c0584f939a3382f2b65419eaf138384a3187eb8486600489d94001
verified: 6/22/2026, 12:36:15 PM
view raw JSON →