aoirint_mcping_server
Headless status monitor with HTTP JSON API for Minecraft Bedrock/Java server
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.
docker compose up -dThen, apply database migrations.
Docker repository
- aoirint/aoirint_mcping_server_web_api
- aoirint/aoirint_mcping_server_java_updater
- aoirint/aoirint_mcping_server_bedrock_updater
Database migration
This repository uses golang-migrate.
To apply the migrations,
docker compose run --rm migrate -path=/migrations -database="postgres://postgres:postgres_password@postgres:5432/postgres?sslmode=disable" upLibrary management
- Python 3.12
This repository uses Poetry.
Code format
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
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
A simple, secure MCP-to-OpenAPI proxy server Python-based implementation. Trusted by 3500+ developers. Trusted by 3500+ developers.
MCP server that interacts with Obsidian via the Obsidian rest API community plugin Python-based implementation. Trusted by 2300+ developers.
Default Configuration: MCP CLI defaults to using Ollama with the gpt-oss reasoning model for local, privacy-focused operation without requiring API keys.
Official MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP server for long term agent memory with Mem0. Also useful as a template to get you started building your own MCP server with Python!
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP