Skip to content

Commit 3bb65d9

Browse files
Add Wellness Project
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014vmWkkVLtCXAQWnxgpNjK8 Signed-off-by: turnnoblindeye <bryanbarash@gmail.com>
1 parent 40ad751 commit 3bb65d9

1 file changed

Lines changed: 51 additions & 0 deletions

File tree

servers/ai.wellnessproject.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ai.wellnessproject",
4+
"name": "Wellness Project",
5+
"alias": "wellness-project",
6+
"description": "Connect health, fitness, nutrition, sleep, recovery, body metrics, goals, labs, and wearable data to AI assistants through Wellness Project's official hosted remote MCP server. Reads and writes your own logged and synced records, and renders interactive charts in clients that support MCP Apps UI. Authenticates via OAuth in your browser, no local setup or API key required.",
7+
"logo": "https://wellnessproject.ai/images/brand/mcp-icon-512.png",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"productivity"
11+
],
12+
"tags": [
13+
"health",
14+
"fitness",
15+
"nutrition",
16+
"sleep",
17+
"recovery",
18+
"wearables",
19+
"quantified-self",
20+
"remote"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://wellnessproject.ai/api/mcp",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "oauth",
31+
"instructions": "Authenticates via OAuth 2.1 with Dynamic Client Registration in your browser using your Wellness Project account. No client ID, client secret, or API key setup needed."
32+
},
33+
"contributor": {
34+
"name": "Wellness Project",
35+
"github": "turnnoblindeye",
36+
"url": "https://wellnessproject.ai"
37+
},
38+
"links": {
39+
"homepage": "https://wellnessproject.ai",
40+
"documentation": "https://github.com/turnnoblindeye/wellness-project-mcp"
41+
},
42+
"platforms": [
43+
"all"
44+
],
45+
"capabilities": {
46+
"tools": true,
47+
"resources": false,
48+
"prompts": false,
49+
"read_only_mode": false
50+
}
51+
}

0 commit comments

Comments
 (0)