Loading...
{
"mcpServers": {
"melrōse": {
"command": "<YOUR DIRECTORY TO THE BINARY>/melrose-mcp",
"args": []
}
}
}melrose_playPlays a musical expression written in the Melrōse language.
Can execute arbitrary Melrōse code, potentially leading to unexpected sounds or resource usage.
melrose_bpmChanges the tempo (beats per minute) of the music playback.
Modifies a playback parameter; no destructive actions.
melrose_devicesLists the available MIDI output devices.
Read-only operation; no side effects.
melrose_change_output_deviceChanges the current MIDI output device.
Modifies the output destination, potentially directing sound to unintended devices.
The melrose-mcp server is relatively safe for music creation, but the ability to execute arbitrary Melrōse code introduces some risk. Ensure that the client application using this server has appropriate safeguards to prevent malicious or resource-intensive code from being executed.