LifeTracker MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LifeTracker MCP Serverlog a 30-minute run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LifeTracker MCP Server
MCP server for LifeTracker DynamoDB integration.
Files
main.py- FastMCP server with activity logging toolsfastmcp.json- Deployment configurationGSI_SETUP.md- Guide for creating DynamoDB Global Secondary Index
Related MCP server: Amplify Data API MCP Server
Prerequisites
Required DynamoDB GSI
For optimal performance and consistency, create a Global Secondary Index on user_name:
Index configuration:
Index name:
user_name-indexPartition key:
user_name(String)Projection: ALL
See GSI_SETUP.md for detailed setup instructions.
Note: The server will work without the GSI but will fall back to slower Scan operations with ConsistentRead=True.
Local Development
uv run mcp dev main.pyDeployment Issue
⚠️ Current Issue: FastMCP cloud is throwing "Already running asyncio in this thread" errors.
This appears to be a compatibility issue between:
FastMCP HTTP transport
The cloud platform's event loop management
Attempted Fixes
✅ Removed mcp.run()
✅ Lazy DynamoDB initialization
✅ Removed Enum types
✅ Set both AWS_REGION and AWS_DEFAULT_REGION
✅ Created alternative server.py with base MCP Server
Recommended Solutions
Contact FastMCP Support - This error comes from their platform (cli.py:533)
Try Different Platform - Deploy to:
AWS Lambda with API Gateway
Google Cloud Run
Docker container on any host
Use Local/Claude Desktop - Works perfectly with stdio transport
Environment Variables
Required:
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYAWS_DEFAULT_REGION(use this, not just AWS_REGION)TABLE_PREFIX(optional)
Tools
create_activity_log- Log activitiesget_activity_logs- Fetch activity history
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pinchasn81/life-tracker-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server