Skip to content

Commit 72230b5

Browse files
Add Wellness Project (#296)
* 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> * Tighten Wellness Project description to one sentence, add repository link Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013zpbfK5BkmGhKmUYzePNFT Signed-off-by: Bryan Barash <bryanbarash@gmail.com> --------- Signed-off-by: turnnoblindeye <bryanbarash@gmail.com> Signed-off-by: Bryan Barash <bryanbarash@gmail.com> Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
1 parent c14fe26 commit 72230b5

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

servers/ai.wellnessproject.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "ai.wellnessproject",
4+
"name": "Wellness Project",
5+
"alias": "wellness-project",
6+
"description": "Read and log your own workouts, meals, sleep, recovery, body metrics, labs and wearable data from Wellness Project, with interactive charts in clients that support MCP Apps.",
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": "Sign in with your Wellness Project account in the browser (OAuth 2.1 with Dynamic Client Registration). No client ID, secret or API key to configure."
32+
},
33+
"contributor": {
34+
"name": "Wellness Project",
35+
"github": "turnnoblindeye",
36+
"url": "https://wellnessproject.ai"
37+
},
38+
"links": {
39+
"repository": "https://github.com/turnnoblindeye/wellness-project-mcp",
40+
"homepage": "https://wellnessproject.ai",
41+
"documentation": "https://github.com/turnnoblindeye/wellness-project-mcp"
42+
},
43+
"platforms": [
44+
"all"
45+
],
46+
"capabilities": {
47+
"tools": true,
48+
"resources": false,
49+
"prompts": false,
50+
"read_only_mode": false
51+
}
52+
}

0 commit comments

Comments
 (0)