Skip to main content
Glama
bitmonster

Mealie MCP Server

by bitmonster

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEALIE_BASE_URLYesThe base URL of the Mealie instance (e.g., http://localhost:9000)
MEALIE_PASSWORDNoMealie password (fallback authentication, requires MEALIE_USERNAME)
MEALIE_USERNAMENoMealie username (fallback authentication, requires MEALIE_PASSWORD)
MEALIE_API_TOKENNoA long-lived Mealie API token (preferred authentication method)
MEALIE_PUBLIC_URLNoThe public URL of the Mealie instance (optional, for external access)
MEALIE_MCP_TIMEOUTNoHTTP timeout in seconds (default 30)30
MEALIE_MCP_DATA_DIRNoRuntime data root directory (default ~/.cache/mealie-mcp)~/.cache/mealie-mcp
MEALIE_MCP_OCR_TIMEOUTNoTesseract timeout per OCR call in seconds (default 60)60
MEALIE_MCP_DOWNLOAD_DIRNoControlled download directory (default $DATA_DIR/downloads)~/.cache/mealie-mcp/downloads
MEALIE_MCP_MAX_JSON_BYTESNoMaximum JSON response size (default 10 MiB)10485760
MEALIE_MCP_MUTATION_SCOPENoComma-separated mutation scopes (default none)none
MEALIE_MCP_ALLOW_MUTATIONSNoEnable mutations (default false)false
MEALIE_MCP_MAX_IMAGE_PIXELSNoMaximum decoded image pixels (default 40,000,000)40000000
MEALIE_MCP_ALLOW_URL_IMPORTSNoAllow Mealie to fetch validated public recipe URLs (default false)false
MEALIE_MCP_MAX_OPENAPI_BYTESNoMaximum OpenAPI response size (default 20 MiB)20971520
MEALIE_MCP_MAX_DOWNLOAD_BYTESNoMaximum binary download size (default 100 MiB)104857600
MEALIE_MCP_ALLOWED_LOCAL_ROOTSNoAdditional local upload roots separated by OS path separator (default empty)
MEALIE_MCP_ALLOW_REMOTE_SOURCESNoAllow this MCP process to fetch validated public file URLs (default false)false

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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

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