life-tracker-mcp-server
Verified Safeby pinchasn81
Overview
MCP server for LifeTracker DynamoDB integration, providing tools for activity logging and memory management related to health and daily life.
Installation
uv run mcp dev main.pyEnvironment Variables
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_DEFAULT_REGION
- TABLE_PREFIX
Security Notes
Relies on environment variables for AWS credentials (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY), which must be securely managed in deployment environments. No 'eval' or other directly exploitable code patterns found. Data access is via standard DynamoDB operations.
Similar Servers
MCP-oura
Provides language models with access to Oura API health data (sleep, readiness, resilience) via the Model Context Protocol.
github-stars-contributions-mcp
An MCP server that allows AI assistants to manage GitHub Stars contributions and profile links through natural language interaction.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.