ReyxGPT

ReyxGPTは、MinecraftサーバーをRCONを通じて管理するためのエージェントです。サーバーコマンドの実行やプレイヤーのステータス監視が可能で、MCPを利用してクライアントと統合できます。Pythonで構築されており、簡単に設定と実行ができます。

GitHubスター

0

ユーザー評価

未評価

お気に入り

0

閲覧数

13

フォーク

0

イシュー

0

README
ReyxGPT: Minecraft Server Management Agent

ReyxGPT is an agent built on the Model Context Protocol (MCP) for managing Minecraft servers via RCON. It allows a language model to:

  • Execute server commands
  • Monitor server and player status
Setup

To integrate ReyxGPT with clients like Claude Desktop, add the following to your MCP configuration:

"mcpServers": {
  "reyxgpt": {
    "command": "uv",
    "args": [
      "--directory",
      "C:\\ABSOLUTE_PATH\\",
      "run",
      "main.py"
    ],
    "env": {
      "RCON_HOST": "localhost",
      "RCON_PORT": "25575",
      "RCON_PASSWORD": "verysecurepassword"
    }
  }
}

Ensure your Minecraft server has RCON enabled with the specified credentials.

Project Structure
ReyxGPT/
├── .env                 # RCON configuration
├── main.py              # Application entry point
├── mcp_server/          # MCP server implementation
├── rcon/                # RCON client implementation
├── pyproject.toml       # Dependencies and metadata
└── uv.lock              # Dependency lock file
Requirements
  • Python 3.13
  • uv for running the project
Running the Agent
uv run main.py

This will start the MCP server, allowing the agent to interact with your Minecraft server.

作者情報
Chris Parra

Just my nerds things

Universidad de Chile

2

フォロワー

12

リポジトリ

0

Gist

0

貢献数