Skip to main content
Glama

Strudel MCP Server

insert

Add code at a specific line number within Strudel MCP Server to enhance music pattern creation and live coding workflows. Simplifies integration of custom logic for TidalCycles and Strudel patterns.

Instructions

Insert code at specific line

Input Schema

NameRequiredDescriptionDefault
codeYesCode to insert
positionYesLine number

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Code to insert", "type": "string" }, "position": { "description": "Line number", "type": "number" } }, "required": [ "position", "code" ], "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