Agent Plugins Marketplace
All plugins

lacuna-music

v1.0.0

Generate original music with the Lacuna MCP server.

Codex1 MCP serverstdio

By JOYLINK LTDLicense: MIT1.1k GitHub starsUpdated 14 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install lacuna-music for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add lacuna-music@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “lacuna-music” remain stable.

  • Codex: lacuna-music@agent-plugin-marketplacelacuna-music@awesome-codex-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/hashgraph-online/awesome-codex-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/JOYLINK-LTD/lacuna-plugin/.

Plugin files

plugins/JOYLINK-LTD/lacuna-plugin/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

lacunastdio
command
npx
args
-y [email protected]

Plugin manifests1

plugins/JOYLINK-LTD/lacuna-plugin/.codex-plugin/plugin.json
{
  "name": "lacuna-music",
  "version": "1.0.0",
  "description": "Generate original music with the Lacuna MCP server.",
  "author": {
    "name": "JOYLINK LTD",
    "email": "[email protected]",
    "url": "https://www.lacuna.fm/about"
  },
  "homepage": "https://www.lacuna.fm/docs/mcp",
  "repository": "https://github.com/JOYLINK-LTD/lacuna-plugin",
  "license": "MIT",
  "keywords": [
    "lacuna",
    "ai-music",
    "music-generation",
    "mcp",
    "audio",
    "songwriting"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Lacuna Music",
    "shortDescription": "Generate AI music from prompts or lyrics",
    "longDescription": "Generate original instrumentals or vocal songs from natural-language style directions and lyrics through Lacuna's MCP server. Submit a task, wait for its result, and receive hosted audio URLs in Codex.",
    "developerName": "JOYLINK LTD",
    "category": "Creativity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://www.lacuna.fm",
    "privacyPolicyURL": "https://www.lacuna.fm/privacy",
    "termsOfServiceURL": "https://www.lacuna.fm/terms",
    "defaultPrompt": [
      "Create a mellow instrumental lo-fi track for a late-night coding session.",
      "Turn these lyrics into an upbeat indie-pop song with a female lead vocal.",
      "Check whether my Lacuna music generation is ready and return its audio links."
    ],
    "brandColor": "#F9243D",
    "composerIcon": "./assets/icon.png",
    "logo": "./assets/logo.png"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[lacuna-music on Agent Plugins Marketplace](https://pluginsmp.com/plugins/lacuna-music)