Skip to main content
Glama

Strudel MCP Server

replace

Replace specific text patterns in Strudel.cc music code dynamically. Define search and replacement terms to modify patterns directly, enabling quick adjustments in AI-powered music generation and live coding.

Instructions

Replace pattern section

Input Schema

NameRequiredDescriptionDefault
replaceYesReplacement text
searchYesText to replace

Input Schema (JSON Schema)

{ "properties": { "replace": { "description": "Replacement text", "type": "string" }, "search": { "description": "Text to replace", "type": "string" } }, "required": [ "search", "replace" ], "type": "object" }

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/williamzujkowski/strudel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server