mealie-mcp
by 2fst4u
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEALIE_TOKEN | No | Alias for MEALIE_API_TOKEN. | |
| MEALIE_TOOLS | No | Comma-separated allow-list of tool names or category prefixes to expose. Empty = all. | |
| MEALIE_TIMEOUT | No | Per-request timeout in milliseconds. | 60000 |
| MEALIE_BASE_URL | Yes | Base URL of your Mealie instance, e.g. https://mealie.example.com | |
| MEALIE_API_TOKEN | No | Long-lived Mealie API token (sent as Authorization: Bearer). Most endpoints need it. MEALIE_TOKEN is accepted as an alias. | |
| MEALIE_READ_ONLY | No | When true, only expose GET endpoints. | false |
| MEALIE_OPENAPI_URL | No | Override where the OpenAPI schema is fetched from. | |
| MEALIE_EXCLUDE_TOOLS | No | Comma-separated deny-list of tool names or category prefixes to hide. | |
| MEALIE_TOOL_NAME_MAX | No | Max length of generated tool names (clamped to 16–64). | 50 |
| MEALIE_ACCEPT_LANGUAGE | No | Optional Accept-Language header forwarded to Mealie. | |
| MEALIE_USE_BUNDLED_SPEC | No | Skip the live OpenAPI fetch and use the snapshot bundled with the package. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/2fst4u/mealie-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server