morsel
Morsel
당신의 AI가 채우는 저장소. Morsel은 MCP 우선, 카메라 우선 식품 트래커입니다. 앱 안에는 채팅이 없습니다 — 기존 어시스턴트(Claude, ChatGPT)와 채팅하고 사진을 업로드하여 기록합니다. 어시스턴트의 에이전트가 사진을 읽고, Morsel의 MCP 도구를 호출하며, 구조화된 식품 데이터를 저장소에 씁니다. Morsel은 데이터 저장소 + 대시보드 + 에이전트 스킬입니다. 지능은 이미 사용 중인 에이전트에 있습니다.
왜 만들었나
사람들은 매일 Claude/ChatGPT와 채팅하지만 맥락이나 구조화된 데이터를 유지할 수 없습니다. 일반적인 칼로리 앱은 자체 AI를 다시 구현하지만, 사일로 안에 갇혀 있습니다.
Morsel은 이를 뒤집습니다:
앱 내 채팅 없음. 앱에는 AI 두뇌도 채팅 UI도 없습니다.
MCP 우선. 앱은 Model Context Protocol 서버 + 데이터 저장소입니다. 에이전트가 MCP로 연결하여 써야 할 정확한 데이터 구조를 알고 있습니다.
카메라 우선. 채팅 앱에서 음식 사진을 업로드하면 에이전트의 비전이 매크로를 추정하고
log_meal을 호출합니다.대시보드. 네이티브 iOS 앱(또는 PWA)이 에이전트가 쓰는 동일한 저장소를 읽어 기록, 합계, 목표를 렌더링합니다.
Related MCP server: MyFitnessPal MCP Server
아키텍처 (한 줄)
Supabase (Postgres + auth + RLS + storage) ↔ 가벼운 원격 MCP 서버 ↔ 에이전트(Claude/ChatGPT) 그리고 ↔ 네이티브 iOS 대시보드. 하나의 저장소, 두 클라이언트.
저장소 구조
morsel/
├── docs/ # design docs (start here)
├── server/ # remote MCP server (Bun + Hono + MCP SDK)
├── app/ # native iOS dashboard (SwiftUI) — reads Supabase
├── db/ # Postgres migrations + seed
├── packages/schema/ # canonical types + JSON schemas for the tool contract
├── skills/ # agent skill(s) you attach to Claude / ChatGPT
└── supabase/ # project config문서
ARCHITECTURE — 구성 요소, 데이터 흐름, 인증, 백엔드 결정
TARGETS — 신체 지표에서 계산된 칼로리/매크로 목표
ROADMAP — 마일스톤
CLAUDE.md — 이 저장소에서 작업하는 모든 에이전트를 위한 컨텍스트 (
AGENTS.md는 이 파일의 심볼릭 링크)
상태
품질 가드레일이 갖춰진 디자인 스캐폴드(엄격한 TypeScript, 안티-슬롭 ESLint + SwiftLint, 모든 PR에 대한 CI). 작업 이름은 morsel입니다(자유롭게 변경 가능 — 폴더 + README일 뿐입니다).
라이선스
MIT — LICENSE 참조.
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.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceA calorie tracking MCP server that processes food photos and text descriptions to automatically log nutrition data to Google Sheets. Integrates with Apple Health for fitness metrics and provides SMS interface for convenient meal logging.
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read and write MyFitnessPal data, including food diary, exercises, body measurements, nutrition goals, and water intake.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read and log MyFitnessPal nutrition data, including tracking calories, macros, searching foods, and adding meals through natural conversation.34MIT
- AlicenseNot gradedqualityAmaintenanceConnect MyFitnessPal to Claude or any MCP client. Log meals, search food database with macros, track trends, and export nutrition history against your real MyFitnessPal diary.6MIT
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
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/jirathip-dev/morsel'
If you have feedback or need assistance with the MCP directory API, please join our Discord server