探索
Reyxgpt

Reyxgpt

ReyxGPT是一个基于MCP协议的Minecraft服务器管理代理,通过RCON实现服务器命令执行和状态监控。
2分
1
2025-04-29 01:25:21
概述
安装
内容详情
替代品

What is ReyxGPT?

ReyxGPT is a smart assistant that helps you manage your Minecraft server using simple commands. It connects to your server through RCON (Remote Console) and lets you control the server without needing to remember complex commands.

How to use ReyxGPT?

After setting up the connection to your Minecraft server, you can simply tell ReyxGPT what you want to do in natural language, and it will handle all the technical details for you.

Use Cases

Perfect for server administrators who want to manage their Minecraft servers more efficiently, or for players who want simple controls without learning all the server commands.

Key Features

Server Command ExecutionRun any Minecraft server command through simple instructions
Player MonitoringCheck who's online and see player activities
Natural Language ProcessingUnderstands commands in everyday language

Pros and Cons

Advantages
No need to remember complex Minecraft commands
Can manage server from anywhere with RCON access
Simplifies server administration tasks
Limitations
Requires RCON to be enabled on the Minecraft server
Limited to commands available through RCON
Needs Python environment to run

Getting Started

Enable RCON on your Minecraft serverMake sure RCON is enabled in your server.properties file with the correct port and password
Set up ReyxGPT configurationAdd the server details to your MCP configuration file
Start the ReyxGPT serviceRun the agent using the uv package

Example Scenarios

Announcing Server MaintenanceNotify players about upcoming server maintenance
Dealing with GriefersQuickly ban a player causing trouble
Checking Server StatusGet information about current server activity

Frequently Asked Questions

1
Is ReyxGPT compatible with all Minecraft server versions?ReyxGPT works with any Minecraft server version that supports RCON, which includes most modern server implementations.
2
Can I use ReyxGPT without technical knowledge?Basic setup requires some technical steps, but once configured, you can manage your server using simple natural language commands.
3
Is my RCON password secure when using ReyxGPT?The password is stored in your local configuration and transmitted securely to your server. Always use strong passwords and keep your configuration files private.

Helpful Resources

Minecraft RCON DocumentationTechnical details about the RCON protocol
uv Package DocumentationInformation about the uv package used to run ReyxGPT
Minecraft Server Properties GuideHow to configure your Minecraft server properties
精选MCP服务推荐
Figma Context MCP
Framelink Figma MCP Server是一个为AI编程工具(如Cursor)提供Figma设计数据访问的服务器,通过简化Figma API响应,帮助AI更准确地实现设计到代码的一键转换。
TypeScript
6,108
4.5分
Duckduckgo MCP Server
已认证
DuckDuckGo搜索MCP服务器,为Claude等LLM提供网页搜索和内容抓取服务
Python
214
4.3分
Firecrawl MCP Server
Firecrawl MCP Server是一个集成Firecrawl网页抓取能力的模型上下文协议服务器,提供丰富的网页抓取、搜索和内容提取功能。
TypeScript
2,970
5分
Edgeone Pages MCP Server
EdgeOne Pages MCP是一个通过MCP协议快速部署HTML内容到EdgeOne Pages并获取公开URL的服务
TypeScript
91
4.8分
Exa Web Search
已认证
Exa MCP Server是一个为AI助手(如Claude)提供网络搜索功能的服务器,通过Exa AI搜索API实现实时、安全的网络信息获取。
TypeScript
1,435
5分
Baidu Map
已认证
百度地图MCP Server是国内首个兼容MCP协议的地图服务,提供地理编码、路线规划等10个标准化API接口,支持Python和Typescript快速接入,赋能智能体实现地图相关功能。
Python
332
4.5分
Minimax MCP Server
MiniMax Model Context Protocol (MCP) 是一个官方服务器,支持与强大的文本转语音、视频/图像生成API交互,适用于多种客户端工具如Claude Desktop、Cursor等。
Python
369
4.8分
Context7
Context7 MCP是一个为AI编程助手提供实时、版本特定文档和代码示例的服务,通过Model Context Protocol直接集成到提示中,解决LLM使用过时信息的问题。
TypeScript
4,859
4.7分
安装
复制以下命令到你的Client进行配置
"mcpServers": {
  "reyxgpt": {
    "command": "uv",
    "args": [
      "--directory",
      "C:\\ABSOLUTE_PATH\\",
      "run",
      "main.py"
    ],
    "env": {
      "RCON_HOST": "localhost",
      "RCON_PORT": "25575",
      "RCON_PASSWORD": "verysecurepassword"
    }
  }
}
注意:您的密钥属于敏感信息,请勿与任何人分享。