PostFader for Zed
io.github.synopsys0/postfader-fl-studio-mcp
FL Studio MCP server: 134 tools for mixing, MIDI, sound selection, production runs, and review.
client:Zed
transport:stdio
runtime:pypi
Install PostFader in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"postfader-fl-studio-mcp": {
"command": "uvx",
"args": [
"postfader-fl-studio-mcp"
],
"env": {
"FL_BRIDGE_ENABLE_MIDI": "<FL_BRIDGE_ENABLE_MIDI>",
"FL_BRIDGE_MIDI_PORT": "<FL_BRIDGE_MIDI_PORT>",
"FL_STUDIO_USER_DATA_DIR": "<FL_STUDIO_USER_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs