trackmcp
Back to directory
aoirint

aoirint_mcping_server

View on GitHub

Headless status monitor with HTTP JSON API for Minecraft Bedrock/Java server

1 stars PythonDeveloper Kits Updated Apr 26, 2025

Documentation

aoirint_mcping_server

Feature

  • Monitoring status of multiple Minecraft Bedrock/Java servers
  • Persistence by PostgreSQL database
  • Web API with Read/Write API key authentication

Supported Minecraft server versions

  • Bedrock 1.20.x
  • Java 1.20.x

Deploy

Docker Compose

Copy these files to a new directory and configure.

  • `docker-compose.yml`
  • `template.env` -> `.env`

Start Docker Compose services.

shell
docker compose up -d

Then, apply database migrations.

Docker repository

Database migration

This repository uses golang-migrate.

To apply the migrations,

shell
docker compose run --rm migrate -path=/migrations -database="postgres://postgres:postgres_password@postgres:5432/postgres?sslmode=disable" up

Library management

  • Python 3.12

This repository uses Poetry.

Code format

shell
poetry run ruff check --fix
poetry run ruff format

poetry run mypy .

Frequently asked questions

What is aoirint_mcping_server?

aoirint_mcping_server is Headless status monitor with HTTP JSON API for Minecraft Bedrock/Java server

How do I install aoirint_mcping_server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is aoirint_mcping_server open source?

Yes — it is hosted on GitHub at https://github.com/aoirint/aoirint_mcping_server and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP