We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rwking/wellness_planner'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pyproject.toml•248 B
[project]
name = "wellness-planner"
version = "0.1.0"
description = "Local MCP agent that queries personal health data and provides energy-aware task scheduling"
requires-python = ">=3.14"
dependencies = [
"mcp>=1.26.0",
"pandas>=3.0.1",
]