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: scraps-kitchen-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 инстанс засыпает без трафика; диск не персистентный — правки холодильника могут сброситься после рестарта.

F
license - not found
-
quality - not tested
C
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.

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