Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MINIMAX_API_KEYYesAPI key (required)
MINIMAX_COST_LOGNoCost log file path~/.claude/minimax-costs.log
MINIMAX_USAGE_LOGNoSession usage log path~/.claude/minimax-usage.jsonl
MINIMAX_TIMEOUT_MSNoPer-task timeout300000
MINIMAX_WORKING_DIRNoBase working directory for file operationsprocess.cwd()
MINIMAX_DEFAULT_MODELNoDefault model used by all MiniMax chat/plan/code/agent tools unless a per-call override is suppliedMiniMax-M2.7
MINIMAX_BASH_WHITELISTNoAdditional allowed bash commands (comma-separated)
MINIMAX_MAX_ITERATIONSNoAgent loop max iterations25
MINIMAX_SESSION_TARGETNoMin MiniMax calls per session5
MINIMAX_FAILURE_LOG_DIRNoCustom log directory (default: <project-root>/logs)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
minimax_generate_codeC

Generate code using MiniMax AI. Returns generated code and optionally writes it to a file.

minimax_agent_taskA

Execute a complete coding task autonomously. MiniMax AI will read files, write code, run tests, and debug in an autonomous loop until the task is complete.

minimax_chatA

Multi-turn chat with MiniMax AI. Supports conversation context preservation across multiple calls.

minimax_planB

Generate a structured implementation plan as JSON using MiniMax AI.

minimax_cost_reportA

Get a cost, token usage, and savings report for this session. Shows tokens offloaded to MiniMax that would have consumed Claude subscription quota.

minimax_web_searchB

Search the web using MiniMax AI. Returns results with titles, links, snippets, and related searches.

minimax_understand_imageA

Analyze an image using MiniMax AI vision. Supports URLs, local file paths, or base64 data URLs (JPEG/PNG/WebP, max 20MB).

minimax_session_trackerA

Track MiniMax usage across sessions for self-improvement. 'start': check mode (auto-called on first tool use if not explicit). 'end': record session + optional root cause notes. 'status': mid-session progress with trend analytics.

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/wongo/my-minimax-mcp'

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