Initial commit: Suno MCP server with 24 tools, proxy support, and opencode skill

This commit is contained in:
OpenCode
2026-07-13 11:31:28 +07:00
commit 10548187f4
32 changed files with 4031 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"suno": {
"type": "local",
"command": [
"node",
"/home/user/moder/mcp/suno-server/dist/index.js"
],
"env": {
"SUNO_API_KEY": "YOUR_SUNO_API_KEY_HERE"
},
"enabled": true
}
}
}