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