Skip to main content
Glama
innajain

meal-tracker-mcp

by innajain

Meal Tracker MCP Server

MCP server to track meals for Shreyansh, Pankaj, and Aviral. Deploy on Render and connect to ChatGPT.

Setup

pip install -r requirements.txt
python seed_data.py

Related MCP server: Calorie Tracker MCP Server

Run locally (stdio)

python server.py

Run locally (HTTP)

python server.py --http

Server runs at http://localhost:8000/mcp

Deploy to Render

  1. Push to GitHub

  2. Connect repo on Render (it auto-detects render.yaml)

  3. Render generates MCP_API_TOKEN automatically

  4. Copy the service URL (e.g. https://meal-tracker-mcp.onrender.com/mcp)

Connect to ChatGPT

  1. Go to ChatGPT > Settings > Connectors (or Apps)

  2. Add a custom connector:

    • URL: https://meal-tracker-mcp.onrender.com/mcp

    • Auth: Bearer token (use the MCP_API_TOKEN from Render dashboard)

Tools

Tool

Description

add_meal

Add meals for a person (date, person, lunch/dinner, count)

delete_meal

Remove a meal entry

get_meals

Fetch meals for a date or range

get_day_totals

Totals for a specific day

get_summary

Per-person summary with costs

Cost

₹80 per meal. Totals auto-calculated.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Hosted MCP server exposing US hospital procedure cost data to AI assistants

  • Track, analyze, and act on your streaming and SaaS subscriptions from any AI agent.

  • Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

View all MCP Connectors

Latest Blog Posts

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/innajain/meal-tracker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server