Skip to main content
Glama

SuperCollider MCP Server

by BradA1878

sc_execute

Execute raw SuperCollider code for advanced audio synthesis control, custom SynthDef creation, and specialized sound generation tasks.

Instructions

Execute raw SuperCollider code. Use this for advanced synthesis control or custom SynthDefs.

Input Schema

NameRequiredDescriptionDefault
codeYesThe SuperCollider code to execute

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "The SuperCollider code to execute", "type": "string" } }, "required": [ "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/BradA1878/mcp-wave'

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