Skip to main content
Glama
__init__.py450 B
""" MCP Resources for Mealie This module contains resource implementations that provide context to AI agents about the current state of Mealie. """ from .recipes import get_recipes_list, get_recipe_detail from .mealplans import get_current_mealplan, get_today_meals from .shopping import get_shopping_lists __all__ = [ "get_recipes_list", "get_recipe_detail", "get_current_mealplan", "get_today_meals", "get_shopping_lists", ]

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

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