Home
Softono
m

medusajs

Professional software vendor delivering innovative solutions on the Softono platform. Specialized in both open-source and proprietary software development.

Total Products
6

Software by medusajs

MedusaJs
Open Source

MedusaJs

<p align="center"> <a href="https://www.medusajs.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/59018053/229103275-b5e482bb-4601-46e6-8142-244f531cebdb.svg"> <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg"> <img alt="Medusa logo" src="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg"> </picture> </a> </p> <h1 align="center"> Medusa </h1> <h4 align="center"> <a href="https://docs.medusajs.com">Documentation</a> | <a href="https://www.medusajs.com">Website</a> </h4> <p align="center"> Building blocks for digital commerce </p> <p align="center"> <a href="https://github.com/medusajs/medusa/blob/develop/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Medusa is released under the MIT license." /> </a> <a href="https://github.com/medusajs/medusa/blob/develop/CONTRIBUTING.md"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" /> </a> <p align="center"> <a href="https://twitter.com/intent/follow?screen_name=medusajs"> <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" /> <a href="https://discord.gg/medusajs"> <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" /> </a> </p> ## Getting Started The fastest way to get started is with [Medusa Cloud](https://medusajs.com/cloud/). It provides a managed environment optimized for Medusa applications, with automated deployments, scaling, and maintenance. [Get started on Medusa Cloud](https://cloud.medusajs.com) To set up a Medusa application locally, visit the [Documentation](https://docs.medusajs.com/learn). ## About Medusa Medusa is a commerce platform with a built-in framework for customization that allows you to build custom commerce applications without reinventing core commerce logic. The framework and modules can be used to support advanced B2B or DTC commerce stores, marketplaces, distributor platforms, PoS systems, service businesses, or similar solutions that need foundational commerce primitives. All commerce modules are open-source and freely available on npm. Learn more about [Medusa’s architecture](https://docs.medusajs.com/learn/advanced-development/architecture/overview) and [commerce modules](https://docs.medusajs.com/resources/commerce-modules) in the Docs. ## Upgrades & Integrations Follow the [Release Notes](https://github.com/medusajs/medusa/releases) to keep your Medusa project up-to-date. Check out all [available Medusa integrations](https://medusajs.com/integrations/). ## Community & Contributions The core team is available in [GitHub Discussions](https://github.com/medusajs/medusa/discussions), where you can create issues, share ideas, and discuss roadmap. Our [Contribution Guide](https://github.com/medusajs/medusa/blob/develop/CONTRIBUTING.md) describes how to contribute to the codebase and Docs. Join our [Discord server](https://discord.gg/medusajs) to meet and discuss with more than 14,000 other community members. ## Other channels - [GitHub Issues](https://github.com/medusajs/medusa/issues) - [Community Discord](https://discord.gg/medusajs) - [Twitter](https://twitter.com/medusajs) - [LinkedIn](https://www.linkedin.com/company/medusajs) - [Medusa Blog](https://medusajs.com/blog/) ## License Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/develop/LICENSE).

E-commerce Platforms Headless CMS
34.2K Github Stars
nextjs-starter-medusa
Open Source

nextjs-starter-medusa

> ⚠️ This repository is now deprecated. Use the [dtc-starter](https://github.com/medusajs/dtc-starter) instead. <p align="center"> <a href="https://www.medusajs.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/59018053/229103275-b5e482bb-4601-46e6-8142-244f531cebdb.svg"> <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg"> <img alt="Medusa logo" src="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg"> </picture> </a> </p> <h1 align="center"> Medusa Next.js Starter Template </h1> <p align="center"> Combine Medusa's modules for your commerce backend with the newest Next.js 15 features for a performant storefront.</p> <p align="center"> <a href="https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" /> </a> <a href="https://discord.gg/xpCwq3Kfn8"> <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" /> </a> <a href="https://twitter.com/intent/follow?screen_name=medusajs"> <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" /> </a> </p> ### Prerequisites To use the [Next.js Starter Template](https://medusajs.com/nextjs-commerce/), you should have a Medusa server running locally on port 9000. For a quick setup, run: ```shell npx create-medusa-app@latest ``` Check out [create-medusa-app docs](https://docs.medusajs.com/learn/installation) for more details and troubleshooting. # Overview The Medusa Next.js Starter is built with: - [Next.js](https://nextjs.org/) - [Tailwind CSS](https://tailwindcss.com/) - [Typescript](https://www.typescriptlang.org/) - [Medusa](https://medusajs.com/) Features include: - Full ecommerce support: - Product Detail Page - Product Overview Page - Product Collections - Cart - Checkout with Stripe - User Accounts - Order Details - Full Next.js 15 support: - App Router - Next fetching/caching - Server Components - Server Actions - Streaming - Static Pre-Rendering # Quickstart ### Setting up the environment variables Navigate into your projects directory and get your environment variables ready: ```shell cd nextjs-starter-medusa/ mv .env.template .env.local ``` ### Install dependencies Use Yarn to install all dependencies. ```shell yarn ``` ### Start developing You are now ready to start up your project. ```shell yarn dev ``` ### Open the code and start customizing Your site is now running at http://localhost:8000! # Payment integrations By default this starter supports the following payment integrations - [Stripe](https://stripe.com/) To enable the integrations you need to add the following to your `.env.local` file: ```shell NEXT_PUBLIC_STRIPE_KEY=<your-stripe-public-key> ``` You'll also need to setup the integrations in your Medusa server. See the [Medusa documentation](https://docs.medusajs.com) for more information on how to configure [Stripe](https://docs.medusajs.com/resources/commerce-modules/payment/payment-provider/stripe#main). # Resources ## Learn more about Medusa - [Website](https://www.medusajs.com/) - [GitHub](https://github.com/medusajs) - [Documentation](https://docs.medusajs.com/) ## Learn more about Next.js - [Website](https://nextjs.org/) - [GitHub](https://github.com/vercel/next.js) - [Documentation](https://nextjs.org/docs)

Frontend Templates E-commerce Platforms
2.8K Github Stars
b2b-starter-medusa
Open Source

b2b-starter-medusa

> ⚠️ This repository is now deprecated. Refer to [b2b-starter](https://github.com/medusajs/b2b-starter) instead. <h1 align="center"> <a href="http://www.amitmerchant.com/electron-markdownify"><img src="https://github.com/user-attachments/assets/38ba3a7b-e07b-4117-8187-7b171eae3769" alt="B2B Commerce Starter" width="80" height="80"></a> <br> <br> Medusa B2B Commerce Starter <br> </h1> <p align="center">Customizable B2B ecommerce built with <a href="https://medusajs.com/" target="_blank">Medusa 2.0</a> & Next.js Storefront</p> <p align="center"> <a href="https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" /> </a> <a href="https://discord.gg/xpCwq3Kfn8"> <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" /> </a> <a href="https://twitter.com/intent/follow?screen_name=medusajs"> <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" /> </a> </p> <p align="center"> <video src="https://github.com/user-attachments/assets/833b26a5-4b52-447f-ac30-6ae02cbe8f05" controls="controls" muted="muted" playsinline="playsinline"> </video> </p> <br> ## Table - [Prerequisites](#prerequisites) - [Overview](#overview) - [Features](#features) - [Demo](#demo) - [Quickstart](#quickstart) - [Update](#update) - [Resources](#resources) - [Contributors](#contributors) &nbsp; ## Prerequisites ⚠️ We have tested this repo with the below versions: - ✅ Node 20 - ✅ Postgres 15 - ✅ Medusa 2.4 - ✅ Next.js 15 &nbsp; ## Overview For a full feature overview, please visit [the project wiki](https://github.com/medusajs/b2b-starter-medusa/wiki). #### Core features - **Company Management**. Customers can manage their company and invite employees. - **Spending Limits**. Company admins can assign spending limits to its employees. - **Bulk add-to-cart**. Customers can add multiple variants of a product to their cart at once. - **Quote Management**. Customers & Merchants can communicate, accept or reject quotes. - **Order Edit**. Merchants can edit orders or quotes - add/remove item, update quantity & price management and more. - **Company Approvals**. Companies can mandate approvals from company admins before employees can finalize a cart. - **Merchant Approvals**. Merchants can set up approval processes for orders, ensuring compliance with business rules before fulfillment. - **Promotions**. Customers can apply manual and automatic promotions to their cart. - **Free Shipping Nudge**. Displays a component showing progress toward free shipping. - **Full ecommerce support** - Product Pages - Product Collections & Categories - Cart & Checkout - User Accounts - Order Details - **Full Next.js 15 support** - App Router - Caching - Server components/actions - Streaming - Static Pre-Rendering &nbsp; #### Demo #### Quote Management <img align="right" src="https://github.com/user-attachments/assets/110c99e8-18ba-49e5-8955-84a058b597c7" alt="image" style=: /> &nbsp; #### Company Management <img align="right" src="https://github.com/user-attachments/assets/361702ce-d491-4509-a930-4361ab3b4126" alt="image" style=: /> &nbsp; #### Approval Management <img align="right" src="https://github.com/user-attachments/assets/b93b7b94-41a9-4c5f-bd6b-abf87492ed46" alt="image" style=: /> &nbsp; #### Product Page <img align="right" src="https://github.com/user-attachments/assets/2cd8a3ff-5999-49af-890a-4bac7b6f2f15" alt="image" style=: /> &nbsp; #### Cart Summary <img align="right" src="https://github.com/user-attachments/assets/095f5565-992e-4c74-acdc-a44bd905e59b" alt="image" style=: /> &nbsp; &nbsp; ## Quickstart #### Setup Medusa project ```bash # Clone the repository git clone https://github.com/medusajs/b2b-starter-medusa.git ## Setup Backend # Go to the folder cd ./backend # Clone .env.template cp .env.template .env # Install dependencies yarn install # Install dependencies, setup database & seed data yarn install && yarn medusa db:create && yarn medusa db:migrate && yarn run seed && yarn medusa user -e [email protected] -p supersecret -i admin # Start Medusa project - backend & admin yarn dev ## Setup Storefront # Go to folder cd ../storefront # Clone .env.template cp .env.template .env # Install dependencies yarn install ``` #### Setup publishable key - ✅ Visit [Admin: Publishable Key](http://localhost:9000/app/settings/publishable-api-keys) - <b>Credentials</b>: - <b>email</b>: `[email protected]` - <b>password</b>: `supersecret` - ✅ Copy token key of "Webshop" - ✅ Open file - `storefront/.env` - ✅ Add token to this var - `NEXT_PUBLIC_MEDUSA_PUBLISHABLE_KEY` ``` # Start Medusa storefront yarn dev ``` Visit the following links to see the Medusa storefront & admin - [Medusa Admin](http://localhost:9000/app) - [Medusa Storefront](http://localhost:8000) &nbsp; # Update Some general guidelines for when you're updating this Starter to a newer version. ## Update packages Run `yarn install` in both projects to update you're packages to the latest versions. ## Run migrations To reflect any changes made to data models, make sure to run `npx medusa db:migrate` in the backend project. > Note: are you updating from a version of this Starter that didn't have the Approval module yet? Run `npx medusa exec src/scripts/create-approval-settings.ts` in the backend project to add approval settings to all existing companies. # Resources #### Learn more about Medusa - [Website](https://www.medusajs.com/) - [GitHub](https://github.com/medusajs) - [2.0 Documentation](https://docs.medusajs.com/v2) #### Learn more about Next.js - [Website](https://nextjs.org/) - [GitHub](https://github.com/vercel/next.js) - [Documentation](https://nextjs.org/docs) &nbsp; ## Contributors <a href = "https://github.com/medusajs/b2b-starter-medusa/graphs/contributors"> <img src = "https://contrib.rocks/image?repo=medusajs/b2b-starter-medusa"/> </a>

Frontend Templates E-commerce Platforms
414 Github Stars
medusa-eats
Open Source

medusa-eats

<p align="center"> <a href="https://www.medusajs.com"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/59018053/229103275-b5e482bb-4601-46e6-8142-244f531cebdb.svg"> <source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg"> <img alt="Medusa logo" src="https://user-images.githubusercontent.com/59018053/229103726-e5b529a3-9b3f-4970-8a1f-c6af37f087bf.svg"> </picture> </a> </p> <h1 align="center"> Medusa Eats - Food Delivery Platform Demo </h1> <p align="center"> Medusa Eats is a fullstack food delivery platform, inspired by Uber Eats, running on Medusa 2.0 and Next.js 14.</p> <p align="center"> <strong>⚠️ This repo was built as an example demo to showcase Medusa 2.0's capabilities. It is not actively maintained by the core team and is intended as an architectural reference, not a starter project.</strong> </p> <p align="center"> <a href="https://medusajs.com/blog/announcing-medusa-eats/">📖 Read the announcement blog post</a> </p> <p align="center"> <a href="https://discord.gg/xpCwq3Kfn8"> <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" /> </a> <a href="https://twitter.com/intent/follow?screen_name=medusajs"> <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" /> </a> </p> # Table of Contents 1. [Overview](#overview) 2. [Project Structure](#project-structure) 3. [Key Features & Architecture](#key-features--architecture) 4. [Resources](#resources) - [Learn more about Medusa](#learn-more-about-medusa) - [Learn more about Next.js](#learn-more-about-nextjs) # Overview Medusa Eats is built with: - [Medusa](https://medusajs.com/) - [Next.js](https://nextjs.org/) - [Tailwind CSS](https://tailwindcss.com/) - [Typescript](https://www.typescriptlang.org/) Features include: - Restaurant storefront - Realtime order status dashboards - Driver and restaurant dashboards - User roles - Authentication - Medusa Workflows - Realtime Server Sent Event # Project structure The project consists of two main directories: - `/backend` contains the Medusa 2.0 project with all the customizations. - This handles core functionalities, including user authentication, order management, and more. - `/frontend` contains the Next.js project. - This handles the user interface, restaurant storefronts, dashboards, and more. # Key Features & Architecture This demo showcases Medusa 2.0's capabilities as a three-sided food delivery platform built during Paris hackathon: ## Three-Sided Platform Architecture - **Customers**: Browse restaurant menus and place orders - **Restaurants**: Receive order notifications, track food preparation, and update menus - **Drivers**: Get job notifications and claim delivery routes ## Real-time Order Workflow - **Long-running Medusa Workflow**: Handles the complete order lifecycle from customer selection through delivery - **Automatic notifications**: Restaurants get notified of new orders - **Driver matching**: System finds available drivers for delivery assignments - **Live order tracking**: Customers receive real-time status updates throughout the process ## Custom Module Implementation - **Restaurant module**: Custom entities and business logic for restaurant management - **Driver module**: Driver profiles and delivery assignment handling - **Delivery module**: Order fulfillment and tracking capabilities ## Development Speed Demonstration Built by one developer in just a few days, showcasing: - Medusa 2.0's flexibility for rapid prototyping - The framework's ability to handle complex, multi-sided commerce scenarios - How custom modules can extend core commerce functionality > **Note**: This project was created as a hackathon demo to demonstrate Medusa 2.0's potential for building advanced commerce applications. It serves as an architectural reference for understanding how to implement multi-sided platforms with Medusa. # Resources ## Learn more about Medusa - [Website](https://www.medusajs.com/) - [GitHub](https://github.com/medusajs) - [2.0 Documentation](https://docs.medusajs.com/v2) ## Learn more about Next.js - [Website](https://nextjs.org/) - [GitHub](https://github.com/vercel/next.js) - [Documentation](https://nextjs.org/docs)

E-commerce E-commerce Platforms
248 Github Stars
docker-medusa
Open Source

docker-medusa

<p align="center"> <a href="https://www.medusajs.com"> <img alt="Medusa" src="https://user-images.githubusercontent.com/7554214/153162406-bf8fd16f-aa98-4604-b87b-e13ab4baf604.png" width="100" /> </a> </p> <h1 align="center"> Medusa </h1> <h4 align="center"> <a href="https://github.com/medusajs/admin">Medusa Admin</a> | <a href="https://www.medusajs.com">Website</a> | <a href="https://www.medusajs.com/blog">Blog</a> | <a href="https://www.linkedin.com/company/medusa-commerce">LinkedIn</a> | <a href="https://twitter.com/medusajs">Twitter</a> | <a href="https://docs.medusajs.com">Documentation</a> | <a href="https://medusajs.notion.site/medusajs/Medusa-Home-3485f8605d834a07949b17d1a9f7eafd">Notion</a> </h4> <p align="center"> Medusa is an open-source headless commerce engine that enables developers to create amazing digital commerce experiences. </p> <p align="center"> <a href="https://github.com/medusajs/medusa/blob/master/LICENSE"> <img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Medusa is released under the MIT license." /> </a> <a href="https://github.com/medusajs/medusa/blob/master/CONTRIBUTING.md"> <img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="PRs welcome!" /> </a> <a href="https://www.producthunt.com/posts/medusa"><img src="https://img.shields.io/badge/Product%20Hunt-%231%20Product%20of%20the%20Day-%23DA552E" alt="Product Hunt"></a> <a href="https://discord.gg/xpCwq3Kfn8"> <img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" alt="Discord Chat" /> </a> <a href="https://twitter.com/intent/follow?screen_name=medusajs"> <img src="https://img.shields.io/twitter/follow/medusajs.svg?label=Follow%20@medusajs" alt="Follow @medusajs" /> </a> </p> ## Please note This repo is managed by the Medusa Community. Medusa does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk. **This project is inteded for development only at this time.** The files for both the <i>Medusa server</i> and the <i>Storefront</i> are loaded in Bind Mounts allowing you to change the server functionality and have the change be hot-reloaded onto your running containers. </p> --- ## Requirements To use Docker with Medusa, you should have created a Medusa project. Check out our [Quickstart](https://github.com/medusajs/medusa#quickstart) to get started. Additionally, you should have `docker` and `docker-compose` installed on your system. ## Getting Started To set up Medusa in a development environment with Docker, you should copy files `docker-compose.yml`, `docker-compose.override.yml, `backend/develop.sh`, and `backend/Dockerfile` to your Medusa project. Then build the images since they are not published on dockerhub. This is accomplished by adding the `--build` flag as shown below: ```bash docker compose up --build ``` Having already built the Docker images you can run docker compose without the `--build` flag. ``` docker compose up ``` Your local Medusa setup is now running with each of the services occupying the following ports: <ul> <li><b>Medusa Server</b>: 9000 <li><b>Medusa Admin</b>: 7000 <li><b>Storefront</b>: 8000 <li><b>postgres</b>: 5432 <li><b>redis</b>: 6379 </ul> _Note: If you change the dependencies of your projects by adding new packages you can simply rebuild that package with the same tag `test` and run `docker compose up` once again to update your environment._ ### Seeding your Medusa store To add seed data to your medusa store run this command in a seperate ``` docker exec medusa-server medusa seed -f ./data/seed.json ``` ## Running Medusa with docker in production This repository and each of the services contain dockerfiles for both development and production, named `Dockerfile` and `Dockerfile.prod` respectively. The `Dockerfile.prod` copies the local files from disk and builds a production ready image based on your local development progress. Your specific needs for a production like container might differ from the `Dockerfile.prod` but it should provide a template and an idea of the requirements for each of the basic services. To run the services in a production state `docker compose` is simply run with the `docker-compose.production.yml` file as well as the basic `docker-compose.yml` file as seen below. If you wish to build the production ready images and then start them run `docker compose up` with the `--build` flag as described above. ``` docker compose up -f docker-compose.yml -f docker-compose.production.yml up ``` `docker-compose.production.yml` contains production relevant overrides to the services described in the `docker-compose.yml` development file. ## Try it out ``` curl -X GET localhost:9000/store/products | python -m json.tool ``` After the seed script has run you will have the following things in you database: - a User with the email: [email protected] and password: supersecret - a Region called Default Region with the countries GB, DE, DK, SE, FR, ES, IT - a Shipping Option called Standard Shipping which costs 10 EUR - a Product called Cool Test Product with 4 Product Variants that all cost 19.50 EUR Visit [docs.medusa-commerce.com](https://docs.medusa-comerce.com) for further guides. <p> <a href="https://www.medusa-commerce.com"> Website </a> | <a href="https://medusajs.notion.site/medusajs/Medusa-Home-3485f8605d834a07949b17d1a9f7eafd"> Notion Home </a> | <a href="https://twitter.com/intent/follow?screen_name=medusajs"> Twitter </a> | <a href="https://docs.medusa-commerce.com"> Docs </a> </p>

E-commerce Platforms PaaS & Self-hosting
245 Github Stars
medusa-agent-skills
Open Source

medusa-agent-skills

# Medusa Agent Skills A collection of skills composed as Claude Code plugins for building Medusa applications with best practices and architectural patterns. These skills can be used with any agent, as explained in the [Usage with Other Agents](#usage-with-other-agents) section. - [Available Plugins](#available-plugins) - [Installation for Claude Code](#installation-for-claude-code) - [Usage](#usage) - [Usage with Other Agents](#usage-with-other-agents) - [Privacy](#privacy) ## Available Plugins | Plugin | Description | |--------|-------------| | [medusa-dev](plugins/medusa-dev/README.md) | Comprehensive skills for building Medusa applications across backend, admin UI, and storefronts. | | [learn-medusa](plugins/learn-medusa/README.md) | Interactive tutorial session to learn about Medusa concepts through building a brands feature. | | [ecommerce-storefront](plugins/ecommerce-storefront/README.md) | Comprehensive skill for building high-converting ecommerce storefronts with best practices. | | [medusa-cloud](plugins/medusa-cloud/README.md) | Skills for managing Medusa Cloud resources through the Cloud CLI (mcloud). | ## Installation for Claude Code 1. Start Claude: ```bash claude ``` 2. Add the Medusa marketplace to Claude Code: ```bash /plugin marketplace add medusajs/medusa-agent-skills ``` 3. Install any of the plugins. For example: ```bash /plugin install medusa-dev@medusa ``` 4. Verify the plugin is loaded: ```bash /plugin ``` You should see the Medusa plugin listed under the Installed tab. ## Usage with Other Agents ### Installation with `skills` The `skills` command allows you to copy skills from a repository to the directory relevant for your agent. Use this command when you only want to copy skills, as you can't copy the MCP server with this command. ```bash yarn skills add medusajs/medusa-agent-skills ``` ### Manual Installation Alternatively, you can copy the assets necessary, including skills and MCP servers, to the directory relevant to your agent. For example, if you're using Cursor and you want to use the [medusa-dev plugin](./plugins/medusa-dev/README.md), you can: 1. Copy the skills directories to the .cursor/skills directory of your Medusa project. 2. Add the MCP server configuration to the .cursor/mcp.json file of your Medusa project. ## Usage These plugins will help you with your Medusa development. Refer to each plugin for more details on usage. ## Privacy The Medusa plugins do not collect, store, or transmit any user data or conversation information. All instructional content is provided locally through skill files, and MCP servers only query public Medusa documentation.

AI Agents E-commerce Platforms
185 Github Stars