cubesugar-music
by fangtang0206
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP 服务端口 | 8765 |
| PG_HOST | No | PostgreSQL 主机 | 127.0.0.1 |
| PG_PORT | No | PostgreSQL 端口 | 54321 |
| PG_USER | No | 数据库用户 | root |
| JWT_SECRET | No | 生产环境必须改 | cubesugar-music-default-secret-change-me |
| MAX_RETRIES | No | 任务最大重试次数 | 3 |
| PG_DATABASE | No | 数据库名 | fangtang_music |
| PG_PASSWORD | No | 数据库密码 | cubeSugar_postgresql |
| SOURCES_DIR | No | 插件目录(需用户填充) | /vol1/1000/docker/cubesugar-music/sources |
| DOWNLOAD_DIR | No | 下载目录(host 路径, 必须可写) | /vol2/1000/music |
| WORKER_COUNT | No | 后台 worker 线程数 | 2 |
| SELF_BASE_URL | No | MCP 内部调用自己时用 | http://127.0.0.1:8765 |
| LX_RUNTIME_BASE | No | Node runtime 地址 | http://127.0.0.1:8098 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fangtang0206/cubesugar-music'
If you have feedback or need assistance with the MCP directory API, please join our Discord server