MiniMax-Coding-Plan-MCP
Verified Safeby MiniMax-AI
Overview
A specialized Model Context Protocol (MCP) server for MiniMax AI, providing web search and image analysis tools specifically tailored for coding development workflows.
Installation
uvx minimax-coding-plan-mcpEnvironment Variables
- MINIMAX_API_KEY
- MINIMAX_API_HOST
- FASTMCP_LOG_LEVEL
Security Notes
The `process_image_url` function can download images from arbitrary HTTP/HTTPS URLs or read from local file paths. If the server processes untrusted input for `image_source`, this could be a vector for Server-Side Request Forgery (SSRF) or resource exhaustion attacks, particularly if deployed in a multi-user or cloud environment. While the image content isn't directly executed, fetching arbitrary external data poses an indirect risk. No `eval` or direct code execution vulnerabilities are apparent, and API keys are handled securely via environment variables.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
context-engine
Provides an agent-agnostic local context engine via Model Context Protocol (MCP) for coding agents, enabling semantic search, planning, code review, and prompt enhancement with AI integration.
codeweaver
A code intelligence platform that provides semantically rich, context-aware code search for AI agents, aimed at reducing cognitive load and token costs for coding tasks.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.