Skip to main content
Glama

Mealie MCP Server

by rldiao
group.py538 B
import logging from typing import Any, Dict logger = logging.getLogger("mealie-mcp") class GroupMixin: """Mixin class for group-related API endpoints""" def get_current_group(self) -> Dict[str, Any]: """Get information about the current user's group. Returns: Dictionary containing group details such as id, name, slug, and other group information. """ logger.info({"message": "Retrieving current group information"}) return self._handle_request("GET", "/api/groups/self")

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

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