2 months ago
Server Config
{
"mcpServers": {
"multi-model": {
"command": "npx",
"args": [
"-y",
"mcp-multi-model"
],
"env": {
"DEEPSEEK_API_KEY": "<YOUR_KEY>",
"GEMINI_API_KEY": "<YOUR_KEY>",
"KIMI_API_KEY": "<YOUR_KEY>"
}
}
}
}