Skip to main content
Glama

Mealie MCP Server

by rldiao
__init__.py371 B
from .mealplan_tools import register_mealplan_tools from .recipe_tools import register_recipe_tools def register_all_tools(mcp, mealie): """Register all tools with the MCP server.""" register_recipe_tools(mcp, mealie) register_mealplan_tools(mcp, mealie) __all__ = [ "register_all_tools", "register_recipe_tools", "register_mealplan_tools", ]

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