69
/ 100
1 month ago
glama

mealie-mcp

A read-only MCP server for Mealie that enables searching recipes, managing shopping lists, meal plans, and retrieving household/instance info via tools. Supports secure per-user authentication and multiple Mealie instances.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretMCP_AUTH_TOKENMCP endpoint token Authorization: Bearer <token> A static secret (set via ) that gates the server. Requests without a valid token are rejected with 401.
configMEALIE_BASE_URLX-Mealie-Url: https://other-mealie.example.com header (otherwise
configMCP_HOSTno 0.0.0.0 Bind address.
configMCP_PORTno 8000 Bind port.
configMCP_PATHno /mcp Endpoint path.
configMEALIE_TIMEOUTno 30 Outbound request timeout in seconds.
configMCP_LOG_LEVELno info uvicorn log level.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dvejsada-mealie-mcp-ugggvy)](https://m8ven.ai/mcp/dvejsada-mealie-mcp-ugggvy)
commit: 211b5b3c8dff12c669e5bb31ba27d981642d5894
code hash: cbee3724fcdebed5adce73cb9fbb4f3c3fbadb0ec7dd37977142740bfd4274a6
verified: 6/29/2026, 11:18:48 AM
view raw JSON →