my-minimax-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MINIMAX_API_KEY | Yes | API key (required) | |
| MINIMAX_COST_LOG | No | Cost log file path | ~/.claude/minimax-costs.log |
| MINIMAX_USAGE_LOG | No | Session usage log path | ~/.claude/minimax-usage.jsonl |
| MINIMAX_TIMEOUT_MS | No | Per-task timeout | 300000 |
| MINIMAX_WORKING_DIR | No | Base working directory for file operations | process.cwd() |
| MINIMAX_DEFAULT_MODEL | No | Default model used by all MiniMax chat/plan/code/agent tools unless a per-call override is supplied | MiniMax-M2.7 |
| MINIMAX_BASH_WHITELIST | No | Additional allowed bash commands (comma-separated) | |
| MINIMAX_MAX_ITERATIONS | No | Agent loop max iterations | 25 |
| MINIMAX_SESSION_TARGET | No | Min MiniMax calls per session | 5 |
| MINIMAX_FAILURE_LOG_DIR | No | Custom log directory (default: <project-root>/logs) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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