fridge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fridge-mcpwhat's in my fridge?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
fridge-mcp
MCP-сервер: что лежит в холодильнике.
Возможности
Тип | Имя | Описание |
tool |
| Показать всё содержимое |
tool |
| Положить продукт |
tool |
| Взять / съесть / выкинуть |
tool |
| Проверить конкретный продукт |
tool |
| Что скоро испортится |
resource |
| JSON всего холодильника |
prompt |
| Идея ужина из того, что есть |
Данные: data/fridge.json (или FRIDGE_DATA_PATH).
Related MCP server: lista-compras-mcp
Локально
npm install
npm run buildStdio (Cursor / Claude Desktop)
{
"mcpServers": {
"fridge": {
"command": "node",
"args": ["/absolute/path/to/fridge-mcp/dist/index.js", "--stdio"]
}
}
}HTTP (локально)
npm run start:httpHealth:
GET http://localhost:3000/MCP:
POST http://localhost:3000/mcp
Render
В Web Service:
Поле | Значение |
Build Command |
|
Start Command |
|
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 инстанс засыпает без трафика; диск не персистентный — правки холодильника могут сброситься после рестарта.
Maintenance
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
- Alicense-qualityCmaintenanceHousehold-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 updatedMIT
- Flicense-qualityCmaintenanceEnables AI assistants to manage shopping lists and items (create, edit, delete, mark as purchased) via integration with a backend API.Last updated
- Alicense-qualityDmaintenanceEnables AI-powered household management including inventory tracking, restock predictions, meal planning from available ingredients, and baby supply monitoring through natural language commands.Last updatedApache 2.0
- Flicense-qualityDmaintenanceEnables 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
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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