Skip to main content
Glama

Minecraft MCP Server

by leo4life2

runAway

Escape threats in Minecraft by specifying the type (player, mob, animal) and distance to flee. Integrates with MCP Server for AI-driven navigation and survival strategies.

Instructions

Run away from a threat

Input Schema

NameRequiredDescriptionDefault
runDistanceNoDistance to run away (default: 20)
targetNameNoOptional: Specific name of the threat
targetTypeYesType of threat: 'player', 'mob', or 'animal'

Input Schema (JSON Schema)

{ "properties": { "runDistance": { "description": "Distance to run away (default: 20)", "type": "number" }, "targetName": { "description": "Optional: Specific name of the threat", "type": "string" }, "targetType": { "description": "Type of threat: 'player', 'mob', or 'animal'", "type": "string" } }, "required": [ "targetType" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leo4life2/minecraft-mcp-http'

If you have feedback or need assistance with the MCP directory API, please join our Discord server