Skip to main content
Glama

Mealie MCP Server

by rldiao
user.py543 B
import logging from typing import Any, Dict logger = logging.getLogger("mealie-mcp") class UserMixin: """Mixin class for user-related API endpoints""" def get_current_user(self) -> Dict[str, Any]: """Get information about the currently logged in user. Returns: Dictionary containing user details such as id, username, email, and other profile information. """ logger.info({"message": "Retrieving current user information"}) return self._handle_request("GET", "/api/users/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