droplive-recipes

ben-ic/droplive-recipes
★ 0 stars Dockerfile DevOps Updated today
Public recipes for running open-source projects, MCP servers, and skills on DropLive
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "droplive-recipes": {
      "command": "npx",
      "args": [
        "-y",
        "ben-ic/droplive-recipes"
      ]
    }
  }
}

README Excerpt

This repository tells DropLive how to run open-source software. Start with one small file. If the upstream project needs help, you can also add `docker-compose.yaml`, a `Dockerfile`, and helper scripts. You do not need to change the upstream repository. Create this file: ```text recipes/app/<github-owner>/<github-repository>/droplive.yaml

Tools (4)

apiappmcpskill