Skip to main content
Glama
Pozzitron1337

fridge-mcp

fridge-mcp

MCP-сервер: что лежит в холодильнике.

Возможности

Тип

Имя

Описание

tool

list_fridge

Показать всё содержимое

tool

add_to_fridge

Положить продукт

tool

remove_from_fridge

Взять / съесть / выкинуть

tool

check_fridge_item

Проверить конкретный продукт

tool

expiring_soon

Что скоро испортится

resource

fridge://contents

JSON всего холодильника

prompt

whats_for_dinner

Идея ужина из того, что есть

Данные: data/fridge.json (или FRIDGE_DATA_PATH).

Related MCP server: lista-compras-mcp

Локально

npm install
npm run build

Stdio (Cursor / Claude Desktop)

{
  "mcpServers": {
    "fridge": {
      "command": "node",
      "args": ["/absolute/path/to/fridge-mcp/dist/index.js", "--stdio"]
    }
  }
}

HTTP (локально)

npm run start:http
  • Health: GET http://localhost:3000/

  • MCP: POST http://localhost:3000/mcp

Render

В Web Service:

Поле

Значение

Build Command

npm install && npm run build

Start Command

node ./dist/index.js

Instance

Free ок

PORT Render выставит сам — сервер поднимет HTTP автоматически.

После деплоя отдай разработчику:

URL:   https://<твой-сервис>.onrender.com/mcp
Token: <значение MCP_ACCESS_TOKEN>
Header: Authorization: Bearer <token>

В Render → Environment добавь:

MCP_ACCESS_TOKEN=твой_секретный_токен

Клиент (пример):

new StreamableHTTPClientTransport(new URL("https://....onrender.com/mcp"), {
  requestInit: {
    headers: { Authorization: `Bearer ${token}` },
  },
});

Клиент должен говорить по Streamable HTTP MCP, не по обычному REST.

На Free инстанс засыпает без трафика; диск не персистентный — правки холодильника могут сброситься после рестарта.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Household-aware kitchen brain for AI agents: manage pantry inventory with freshness tracking, shopping lists, recipe collections with cook notes and per-diner ratings, dietary profiles with allergen safety, and kitchen equipment — all through 27 tools with OAuth 2.1 authentication. Includes a free tool for ingredient-based recipe generation without an account (accounts are free!).
    Last updated
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to manage shopping lists and items (create, edit, delete, mark as purchased) via integration with a backend API.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to search recipes, compose nutritionally balanced meals, optimize weekly meal plans based on macro targets for family members, and generate consolidated grocery lists from a personal recipe database.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

  • Spoonacular food API: recipes, nutrition, ingredients, meal plans. Free 150/day.

  • Manage your family's calendars and lists in Cozi. View, create, and update appointments; organize…

View all MCP Connectors

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