u-he Preset Randomizer✓
io.github.Fannon/u-he-preset-randomizer · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.Fannon/u-he-preset-randomizer",
"description": "Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol.",
"title": "u-he Preset Randomizer",
"repository": {
"url": "https://github.com/Fannon/u-he-preset-randomizer",
"source": "github"
},
"version": "1.2.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "u-he-preset-randomizer",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "--yes",
"type": "positional"
},
{
"value": "u-he-preset-randomizer@1.2.0",
"type": "positional"
},
{
"value": "u-he-mcp-server",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Optional override for preset root discovery when synths are stored outside default locations.",
"name": "UHE_CUSTOM_FOLDER"
},
{
"description": "Enable verbose logging for troubleshooting.",
"default": "false",
"name": "DEBUG"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}