File size: 878 Bytes
dc893fb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"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
}
}
} |