Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_wikiA

Search Minecraft Wiki for pages matching a query. Use fulltext=true for snippet-based search. Returns titles, URLs, and optional snippets.

get_wiki_pageA

Get a short summary and section list of a Minecraft Wiki page. For full content use get_wiki_page_content instead.

get_wiki_commandsA

List all Minecraft commands from the wiki with their URLs. For detailed syntax of one command use get_wiki_command_info.

get_wiki_categoryA

List all pages in a Minecraft Wiki category (e.g. 'Blocks', 'Items', 'Mobs', 'Commands').

search_mojiraA

Search the Mojira bug tracker. Returns issue key, URL, summary, status, reporter, assignee, and creation date. Filter by project (MC, MCPE, etc.), status, or resolution.

spyglass_get_versionsA

List Minecraft Java Edition versions with their data/resource pack versions. Filter by release or snapshot. Includes latest release & snapshot info.

spyglass_get_registriesB

Get registry entries for a Minecraft version. Supports item, block, entity_type, biome, enchantment, and many more. Use the optional search param to filter results.

spyglass_get_block_statesA

Get all block state properties (e.g. facing, waterlogged, power) and their default values for a specific block ID.

spyglass_get_commandsA

Get the full command tree/syntax for a Minecraft version. Optionally pass a command name to get its specific argument tree.

misode_get_generatorsA

List all available datapack generators from Misode (loot tables, recipes, worldgen, advancements, etc.) with their URLs.

misode_get_presetsA

List vanilla preset IDs for a generator type (e.g. 'loot_table', 'recipe', 'worldgen/biome'). Use search to filter. Get full JSON with misode_get_preset_data.

misode_get_preset_dataA

Get the full vanilla JSON for a specific preset. Use misode_get_presets first to discover available preset IDs.

misode_get_loot_tablesA

List vanilla loot table IDs by category (blocks, chests, entities, archaeology, gameplay). Includes per-category counts.

misode_get_recipesA

List vanilla recipe IDs with optional filtering by type (crafting_shaped, smelting, stonecutting, etc.) and search query.

get_wiki_page_contentA

Get the full structured content of a Minecraft Wiki page (all sections, text, tables). Use get_wiki_page for a quick summary instead.

get_wiki_command_infoB

Get detailed syntax documentation for a specific Minecraft command from the wiki (arguments, permissions, examples).

misode_list_versionsA

List all Minecraft versions available in the Misode API for datapack data lookups.

spyglass_get_mcdoc_symbolsA

Get vanilla mcdoc type symbols from Spyglass. Useful for understanding NBT/datapack data structures.

get_logsA

Get Minecraft instance logs. Auto-detects launcher or specify 'default', 'prism', or 'tlauncher'. For Prism, optionally specify an instance name. Returns the latest log file content with configurable line count.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/AnCarsenat/minecode-mcp'

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