File size: 600 Bytes
6b62834
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
30
31
32
33
34
{
  "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
    }
  }
}