Skip to content
Cursor

Audiolla for Cursor

io.github.psyb0t/audiolla

Self-hosted MCP server: audio stems, mastering, MIR analysis, DSP, MIDI, speech tools.

client:Cursor transport:stdio runtime:oci

Install Audiolla in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "audiolla": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/audiolla:v1.1.7"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Audiolla in other clients