Back to Home
youwenshao icon

filopastry

by youwenshao

Overview

AI-powered live coding music generation using Strudel.cc, enabling agents to compose, manipulate, and analyze algorithmic music across various genres.

Installation

Run Command
npm start

Environment Variables

  • DEEPSEEK_API_KEY
  • DEBUG

Security Notes

Critical vulnerability: The `write` tool directly writes user-provided pattern code (which is JavaScript) to the Strudel.cc editor in the browser without enforcing validation. Although a `PatternValidator` exists to check for 'eval()' and other dangerous functions, it is not utilized by default when using the `write` tool, allowing arbitrary code execution within the browser context. This poses a severe risk if a malicious client or compromised AI provides harmful code. The `executeInStrudelContext` method also uses `eval()` internally but is not exposed as a direct MCP tool. Hardcoded API keys are avoided by relying on environment variables, which is a good practice.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassMedium
Avg Tokens2048
Stars0
Forks0
Last Update2025-12-13

Tags

musicailive-codingstrudelmcp