Skip to main content
Glama
Pozzitron1337

fridge-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FRIDGE_DATA_PATHNoPath to the fridge data file (default: data/fridge.json)
MCP_ACCESS_TOKENNoAccess token for HTTP server authentication

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_fridgeA

Показывает всё содержимое холодильника: продукты, количество, место и срок годности.

add_to_fridgeA

Добавляет продукт в холодильник. Если такой уже есть — увеличивает количество.

remove_from_fridgeA

Убирает продукт из холодильника (съели / выкинули). Без quantity убирает всё.

check_fridge_itemA

Проверяет, есть ли конкретный продукт в холодильнике.

expiring_soonA

Список продуктов, у которых скоро закончится срок годности (включая уже просроченные).

Prompts

Interactive templates invoked by user choice

NameDescription
whats_for_dinnerПодсказывает блюдо из того, что есть в холодильнике

Resources

Contextual data attached and managed by the client

NameDescription
fridge-contentsТекущий список продуктов в холодильнике

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/Pozzitron1337/fridge-mcp'

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