Agentic_RAG / mcp_servers.json
H022329's picture
Upload folder using huggingface_hub
6b62834 verified
Raw
History Blame Contribute Delete
600 Bytes
{
"mcpServers": {
"tavily-mcp": {
"command": "npx",
"args": [
"-y",
"tavily-mcp@0.2.20"
],
"env": {
"TAVILY_API_KEY": "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"
},
"disabled": false
},
"weather_fastmcp": {
"command": "python",
"args": [
"-m",
"weather_server.server"
],
"env": {},
"disabled": true
},
"bing-search": {
"command": "npx",
"args": [
"-y",
"bing-cn-mcp"
],
"env": {},
"disabled": true
}
}
}