Skip to content
Gemini CLI

openDAW MCP for Gemini CLI

io.github.ameobius/opendaw-mcp

262 MCP tools for agent-native control of openDAW, a browser-based DAW

client:Gemini CLI transport:stdio runtime:oci

Install openDAW MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opendaw-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ameobius/opendaw-mcp:1.13.0"
      ],
      "env": {
        "OPENDAW_HOST_DIR": "<OPENDAW_HOST_DIR>",
        "OPENDAW_URL": "<OPENDAW_URL>",
        "OPENDAW_EXPORT_DIR": "<OPENDAW_EXPORT_DIR>",
        "NODE_BIN_DIR": "<NODE_BIN_DIR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

openDAW MCP in other clients