Skip to content

Mistral Vibe

Use Producer Pal with Mistral's open-source command line coding assistant.

Requirements

Installation Steps

1. Install the Max for Live Device

Download Producer_Pal.amxd, the Producer Pal Max for Live device, and add it to a MIDI track in Ableton Live:

Producer Pal device running in Ableton Live

It should display "Producer Pal Running" or something isn't working.

2. Configure Mistral Vibe

Add Producer Pal to your Vibe configuration file (~/.vibe/config.toml):

Option A: With npx (recommended) — Allows flexible startup order and auto-reconnection:

toml
[[mcp_servers]]
name = "producer-pal"
transport = "stdio"
command = "npx"
args = ["-y", "producer-pal"]

Option B: Direct HTTP — Requires Ableton running first, no auto-reconnection:

toml
[[mcp_servers]]
name = "producer-pal"
transport = "streamable-http"
url = "http://localhost:3350/mcp"

3. Start Using Producer Pal

  1. Run vibe in an empty folder (so it can focus on Producer Pal instead of coding)
  2. Start a conversation with "connect to ableton"
  3. Allow Producer Pal tools to be used when prompted

Troubleshooting

If it doesn't work, see the Troubleshooting Guide.

Released under the GPL-3.0 License.