Skip to main content
Glama

Mealie MCP Server

by rldiao
mealplan.py210 B
from typing import Optional from pydantic import BaseModel class MealPlanEntry(BaseModel): date: str recipe_id: Optional[str] = None title: Optional[str] = None entry_type: str = "breakfast"

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/rldiao/mealie-mcp-server'

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