Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| auth | No | Authentication method: offline | microsoft | mojang (default: offline) | offline |
| host | No | Minecraft server address (default: 127.0.0.1) | 127.0.0.1 |
| port | No | Minecraft server port (default: 25565) | 25565 |
| version | No | Minecraft version (optional, auto-detected by default) | |
| mcp-name | No | Custom name for the MCP server | |
| password | No | Minecraft password (required for online/microsoft/mojang auth) | |
| username | Yes | Minecraft username for the bot | |
| log-level | No | Logging level: DEBUG | INFO | WARN | ERROR (default: INFO) | INFO |
| mcp-version | No | Custom version for the MCP server | |
| tools-enabled | No | Comma-separated whitelist of MCP tools to enable | |
| tools-disabled | No | Comma-separated blacklist of MCP tools to disable | |
| events-disabled | No | Comma-separated list of game events to disable (e.g., chat,playerJoined,health) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |