npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@minecraft-docker/mcctl

v2.19.0

Published

CLI tool for managing Docker Minecraft servers with mc-router

Readme

@minecraft-docker/mcctl

CLI tool for managing Docker Minecraft servers with mc-router.

Features

  • Multi-server management with hostname-based routing
  • Auto-scaling: Servers start on connect, stop when idle
  • Interactive mode: Guided prompts for all operations
  • World management: Assign and release worlds between servers
  • Backup system: GitHub-based world backup and restore

Installation

npm install -g @minecraft-docker/mcctl

Quick Start

# Initialize platform in ~/minecraft-servers
mcctl init

# Create a new server (interactive)
mcctl create

# Create with arguments
mcctl create myserver -t PAPER -v 1.21.1

# Check server status
mcctl status

# Start/stop servers
mcctl start myserver
mcctl stop myserver

# View logs
mcctl logs myserver

Commands

| Command | Description | |---------|-------------| | mcctl init | Initialize the platform | | mcctl create [name] | Create a new server | | mcctl delete [name] | Delete a server | | mcctl status | Show all server status | | mcctl start <name> | Start a server | | mcctl stop <name> | Stop a server | | mcctl logs <name> | View server logs | | mcctl world list | List all worlds | | mcctl world assign | Assign world to server | | mcctl world release | Release world from server | | mcctl backup push | Backup worlds to GitHub | | mcctl backup restore | Restore worlds from backup | | mcctl update | Update mcctl CLI to latest version | | mcctl update --all | Update CLI and all installed services |

Server Types

| Type | Description | |------|-------------| | PAPER | Paper server (default, recommended) | | VANILLA | Official Minecraft server | | FORGE | Forge mod server | | NEOFORGE | NeoForge mod server (1.20.1+) | | FABRIC | Fabric mod server | | MODRINTH | Modrinth modpack server |

Requirements

  • Node.js >= 18.0.0
  • Docker & Docker Compose
  • Linux or macOS

Changelog

v2.19.0 (2026-03-01)

  • feat(console): Add Q&A and Ideas community links to Footer (#434, #438)
  • fix(console): Add null guards to useServerConfigSnapshots to prevent TypeError (#431, #435)
  • fix(console): Disable View History button when less than 2 snapshots (#432, #437)
  • docs(npm): Add Q&A and Ideas discussion links to README (#433, #436)

v2.18.0 (2026-02-24)

  • refactor: Relocate backup storage paths to <MCCTL_ROOT>/backups/ (#429, #430)
  • docs: Simplify CLAUDE.md Project Structure (35% reduction)

v2.17.1 (2026-02-24)

  • fix(console): Reorder server backup sub-tabs to show Config Snapshots first, World Backups second

v2.17.0 (2026-02-24)

  • feat(console): Implement Backups tab in Server Detail page (#427, #428)
  • fix(console): Add missing react-diff-viewer-continued dependency

v2.16.0 (2026-02-23)

  • feat: Config Snapshot system - full-stack server configuration versioning (#397~#406)
  • feat: Backup retention policy pruning implementation (#396, #426)
  • fix: Backup git path and shell injection prevention (#423, #425)

v2.15.3 (2026-02-22)

  • docs: Update README.md with Management Console features and architecture (#412, #413)

Full Changelog

Community

AI Assistant

Get help using mcctl with our AI-powered assistant:

You can also use the LLM Knowledge Base with ChatGPT, Claude, or other AI assistants:

  1. Download the knowledge base document
  2. Upload to your preferred AI assistant
  3. Ask questions about mcctl usage

Documentation

License

Apache-2.0