| { | |
| "mcpServers": { | |
| "minimax_search": { | |
| "description": "MiniMax Search - Powerful web search and intelligent browsing ⭐", | |
| "type": "stdio", | |
| "command": "uvx", | |
| "args": [ | |
| "--from", | |
| "git+https://github.com/MiniMax-AI/minimax_search", | |
| "minimax-search" | |
| ], | |
| "env": { | |
| "JINA_API_KEY": "", | |
| "SERPER_API_KEY": "", | |
| "MINIMAX_API_KEY": "" | |
| }, | |
| "disabled": true | |
| }, | |
| "memory": { | |
| "description": "Memory - Knowledge graph memory system (long-term memory based on graph database)", | |
| "command": "npx", | |
| "args": [ | |
| "-y", | |
| "@modelcontextprotocol/server-memory" | |
| ], | |
| "disabled": true | |
| } | |
| } | |
| } |