-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwindsurf.json
More file actions
48 lines (48 loc) · 1.06 KB
/
Copy pathwindsurf.json
File metadata and controls
48 lines (48 loc) · 1.06 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": ["-y", "whoop-mcp-unofficial"]
},
"strava": {
"command": "npx",
"args": ["-y", "strava-mcp-unofficial"]
},
"fitbit": {
"command": "npx",
"args": ["-y", "fitbit-mcp-unofficial"]
},
"google_health": {
"command": "npx",
"args": ["-y", "google-health-mcp-unofficial"]
},
"garmin": {
"command": "npx",
"args": ["-y", "garmin-mcp-unofficial"]
},
"oura": {
"command": "npx",
"args": ["-y", "oura-mcp-unofficial"]
},
"withings": {
"command": "npx",
"args": ["-y", "withings-mcp-unofficial"]
},
"apple_health": {
"command": "npx",
"args": ["-y", "apple-health-mcp-unofficial"]
},
"samsung_health": {
"command": "npx",
"args": ["-y", "samsung-health-mcp-unofficial"]
},
"polar": {
"command": "npx",
"args": ["-y", "polar-mcp-unofficial"]
},
"nourish": {
"command": "npx",
"args": ["-y", "wellness-nourish"]
}
}
}