Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCC_BINARYNoPath to the mcc executablemcc
MCC_SERVER_HOSTNoMinecraft server hostnamelocalhost
MCC_SERVER_PORTNoMinecraft server port25565
MCC_BASE_MCP_PORTNoFirst MCP port to allocate for bot instances33334

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
spawn_botA

Start a new MCC bot that joins the server under nick (offline mode).

Waits until the bot's in-game MCP endpoint is ready. Returns its status and the tools it exposes. host/port default to the configured target server.

list_botsA

List all bots with their status, MCP port, pid and uptime.

list_bot_toolsB

List the in-game tools a ready bot exposes (discovered from its MCC instance).

bot_callC

Invoke one of a bot's in-game tools. tool/arguments come from list_bot_tools.

stop_botC

Disconnect and terminate a bot's MCC process.

stop_allA

Disconnect and terminate every running bot.

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/italoseara/mcc-fleet'

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