Back to Home
tomofuminijo icon

HealthManagerMCP

Verified Safe

by tomofuminijo

Overview

HealthManagerMCP is a core health information management MCP server designed for the Healthmate ecosystem, enabling integration with AI health coaches and external AI clients like ChatGPT and Claude on AWS using a serverless architecture.

Installation

Run Command
cd cdk && cdk deploy --require-approval never

Environment Variables

  • USERS_TABLE_NAME
  • GOALS_TABLE_NAME
  • POLICIES_TABLE_NAME
  • ACTIVITIES_TABLE_NAME
  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_SECURITY_TOKEN
  • AWS_SESSION_TOKEN
  • AWS_DEFAULT_REGION
  • CDK_DEFAULT_ACCOUNT
  • CDK_DEFAULT_REGION
  • USER_POOL_ID
  • CLIENT_ID
  • CLIENT_SECRET
  • COGNITO_DOMAIN

Security Notes

Hardcoded AWS Cognito Client ID and Client Secret are present in `test_mcp_client.py`. While this is a test script, it demonstrates a critical security vulnerability and should be avoided even in non-production code. These values should be loaded from environment variables or a secure secret store.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-12-13

Tags

AWSCDKServerlessAI IntegrationHealth Management