Files
mai-bot/config/mcp_config.json.template
2026-03-29 14:39:14 +08:00

14 lines
278 B
Plaintext

{
"mcpServers": {
"tavily": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.tavily.com/mcp/?tavilyApiKey=YOUR_API_KEY_HERE"
],
"env": {}
}
}
}