mealie-mcp
by retr083
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address | 0.0.0.0 |
| MCP_PORT | No | Bind port | 8000 |
| MEALIE_URL | Yes | Mealie base URL, as seen from this container | |
| PUBLIC_URL | Yes | Public HTTPS origin of this server, no trailing slash, no /mcp | |
| MCP_DATA_DIR | No | Where auth_state.json lives | /data |
| MEALIE_API_TOKEN | Yes | Mealie API token (the server acts as that user) | |
| MCP_LOGIN_PASSWORD | Yes | Password for the connect-time login page (min 12 chars) | |
| MCP_ACCESS_TOKEN_TTL | No | Access token lifetime (s). Claude refreshes automatically. | 3600 |
| MCP_REFRESH_TOKEN_TTL | No | Refresh token lifetime (s) — how long before you must log in again | 2592000 |
| MCP_ALLOWED_REDIRECT_URIS | No | Comma-separated allowlist for OAuth clients. Default: claude.ai callback + loopback |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues