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
services:
mealie:
image: ghcr.io/mealie-recipes/mealie:latest #
container_name: mealie
restart: always
ports:
- "9925:9000" #
deploy:
resources:
limits:
memory: 1000M #
volumes:
- mealie-data:/app/data/
volumes:
mealie-data: