HealthManagerMCP
Verified Safeby 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
cd cdk && cdk deploy --require-approval neverEnvironment 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
mcp
The AWS Billing and Cost Management MCP Server provides tools for AI assistants to interact with various AWS financial services. It enables capabilities like monitoring Free Tier usage, analyzing historical and forecasted costs via Cost Explorer, getting cost optimization recommendations from Cost Optimization Hub and Compute Optimizer, checking AWS Budgets, analyzing S3 Storage Lens metrics using Athena SQL, and querying AWS Pricing information.
guidance-for-deploying-model-context-protocol-servers-on-aws
Deploy secure, OAuth 2.0 authenticated Model Context Protocol (MCP) servers on AWS using CDK.
fhir-mcp-server
Provides seamless integration with FHIR APIs, acting as a bridge between AI/LLM tools and healthcare data for search, retrieval, and analysis.
knowledgebase-mcp
Provides a standardized connection layer between artificial intelligence systems (LLMs) and biomedical research resources for information retrieval and domain-specific tasks.