43
/ 100
1 day ago
glama

cubesugar-music

A NAS music library downloader shell that aggregates multiple sources, writes ID3 tags, and exposes MCP tools for AI agents to search, download, and manage music.

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 3 credentials: MCP_AUTH_TOKEN, JWT_SECRET, PG_PASSWORD
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.
configPORT8765 HTTP 服务端口
configSOURCES_DIR/vol1/1000/docker/cubesugar-music/sources 插件目录(需用户填充)
configSELF_BASE_URL
🔐 secretMCP_AUTH_TOKEN
🔐 secretJWT_SECRETexport =$(openssl rand -hex 32)
configJWT_EXPIRE_HOURS
configPG_HOST127.0.0.1 PostgreSQL 主机
configPG_PORT54321 PostgreSQL 端口
configPG_USERroot 数据库用户
🔐 secretPG_PASSWORDexport =your_secure_password
configPG_DATABASEfangtang_music 数据库名
configUPSTREAM_BASE
configDOWNLOAD_DIRexport =/path/to/music # 默认 ./music
configLX_RUNTIME_BASE
configMAX_RETRIES3 任务最大重试次数
configWORKER_COUNT2 后台 worker 线程数
configPOLL_INTERVAL
// 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/fangtang0206-cubesugar-music-15ls7q)](https://m8ven.ai/mcp/fangtang0206-cubesugar-music-15ls7q)
commit: d4e4b857a473a147a10f8e48279248b4434f0d49
code hash: 8d3fd47c8fe06900358eafab8eff04afce64c2901dea1b7e4aa6adc66b285ecf
verified: 7/30/2026, 8:56:19 AM
view raw JSON →