Skip to content
Zed

osc-bridge for Zed

io.github.roomi-fields/osc-bridge

OSC ↔ MIDI bridge — 849 synthesizers and DAWs. A MIDI MCP and OSC MCP for controlling them.

client:Zed transport:stdio runtime:npm

Install osc-bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "osc-bridge": {
      "command": "npx",
      "args": [
        "-y",
        "@roomi-fields/osc-bridge"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

osc-bridge in other clients