Skip to main content
Glama

Strudel MCP Server

generate_pattern

Creates complete music patterns based on specified style, key, and BPM, enabling AI-powered music generation and live coding with Strudel.cc.

Instructions

Generate complete pattern from style

Input Schema

NameRequiredDescriptionDefault
bpmNoTempo in BPM
keyNoMusical key
styleYesMusic style (techno/house/dnb/ambient/etc)

Input Schema (JSON Schema)

{ "properties": { "bpm": { "description": "Tempo in BPM", "type": "number" }, "key": { "description": "Musical key", "type": "string" }, "style": { "description": "Music style (techno/house/dnb/ambient/etc)", "type": "string" } }, "required": [ "style" ], "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