From 3bb65d9d059a0d0e4a1b2a0ca55786f230ebbdb6 Mon Sep 17 00:00:00 2001 From: turnnoblindeye Date: Mon, 7 Sep 2026 20:03:37 +0000 Subject: [PATCH 1/2] Add Wellness Project Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_014vmWkkVLtCXAQWnxgpNjK8 Signed-off-by: turnnoblindeye --- servers/ai.wellnessproject.json | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 servers/ai.wellnessproject.json diff --git a/servers/ai.wellnessproject.json b/servers/ai.wellnessproject.json new file mode 100644 index 0000000..5b691d9 --- /dev/null +++ b/servers/ai.wellnessproject.json @@ -0,0 +1,51 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "ai.wellnessproject", + "name": "Wellness Project", + "alias": "wellness-project", + "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.", + "logo": "https://wellnessproject.ai/images/brand/mcp-icon-512.png", + "schema_version": "2.1", + "categories": [ + "productivity" + ], + "tags": [ + "health", + "fitness", + "nutrition", + "sleep", + "recovery", + "wearables", + "quantified-self", + "remote" + ], + "transport": { + "type": "http", + "url": "https://wellnessproject.ai/api/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "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." + }, + "contributor": { + "name": "Wellness Project", + "github": "turnnoblindeye", + "url": "https://wellnessproject.ai" + }, + "links": { + "homepage": "https://wellnessproject.ai", + "documentation": "https://github.com/turnnoblindeye/wellness-project-mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +} From 7dcd09d12af131fd8abd533898a8554b29f28aff Mon Sep 17 00:00:00 2001 From: Bryan Barash Date: Fri, 11 Sep 2026 18:51:54 -0400 Subject: [PATCH 2/2] Tighten Wellness Project description to one sentence, add repository link Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013zpbfK5BkmGhKmUYzePNFT Signed-off-by: Bryan Barash --- servers/ai.wellnessproject.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/servers/ai.wellnessproject.json b/servers/ai.wellnessproject.json index 5b691d9..7e18551 100644 --- a/servers/ai.wellnessproject.json +++ b/servers/ai.wellnessproject.json @@ -3,7 +3,7 @@ "id": "ai.wellnessproject", "name": "Wellness Project", "alias": "wellness-project", - "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.", + "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.", "logo": "https://wellnessproject.ai/images/brand/mcp-icon-512.png", "schema_version": "2.1", "categories": [ @@ -28,7 +28,7 @@ }, "auth": { "type": "oauth", - "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." + "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." }, "contributor": { "name": "Wellness Project", @@ -36,6 +36,7 @@ "url": "https://wellnessproject.ai" }, "links": { + "repository": "https://github.com/turnnoblindeye/wellness-project-mcp", "homepage": "https://wellnessproject.ai", "documentation": "https://github.com/turnnoblindeye/wellness-project-mcp" },