u-he Preset Randomizer for Zed
io.github.fannon/u-he-preset-randomizer
Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol.
client:Zed
transport:stdio
runtime:npm
Install u-he Preset Randomizer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"u-he-preset-randomizer": {
"command": "npx",
"args": [
"-y",
"u-he-preset-randomizer"
],
"env": {
"UHE_CUSTOM_FOLDER": "<UHE_CUSTOM_FOLDER>",
"DEBUG": "<DEBUG>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs