-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodex.toml
More file actions
45 lines (34 loc) · 944 Bytes
/
Copy pathcodex.toml
File metadata and controls
45 lines (34 loc) · 944 Bytes
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
# Paste into ~/.codex/config.toml or add with `codex mcp add`.
[mcp_servers.whoop]
command = "npx"
args = ["-y", "whoop-mcp-unofficial"]
[mcp_servers.garmin]
command = "npx"
args = ["-y", "garmin-mcp-unofficial"]
[mcp_servers.oura]
command = "npx"
args = ["-y", "oura-mcp-unofficial"]
[mcp_servers.strava]
command = "npx"
args = ["-y", "strava-mcp-unofficial"]
[mcp_servers.fitbit]
command = "npx"
args = ["-y", "fitbit-mcp-unofficial"]
[mcp_servers.google_health]
command = "npx"
args = ["-y", "google-health-mcp-unofficial"]
[mcp_servers.withings]
command = "npx"
args = ["-y", "withings-mcp-unofficial"]
[mcp_servers.apple_health]
command = "npx"
args = ["-y", "apple-health-mcp-unofficial"]
[mcp_servers.samsung_health]
command = "npx"
args = ["-y", "samsung-health-mcp-unofficial"]
[mcp_servers.polar]
command = "npx"
args = ["-y", "polar-mcp-unofficial"]
[mcp_servers.nourish]
command = "npx"
args = ["-y", "wellness-nourish"]