From 645928f93d9e44339b0c7a4527955a2c445c2a1a Mon Sep 17 00:00:00 2001 From: NLueg Date: Tue, 2 Jun 2026 09:05:32 +0200 Subject: [PATCH 1/2] Add Pantrist MCP server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pantrist is a smart-grocery / pantry / recipe / meal-planning app. The MCP server wraps its public REST API so LLM agents (Claude, etc.) can manage shopping lists, the pantry, recipes and the weekly meal plan in natural language. Full OAuth 2.1 + PKCE + RFC 7591 dynamic client registration so the Claude.ai Custom Connector flow completes without copying a token by hand. Hosted at https://mcp.pantrist.app — self-hostable via the public repo. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0cd64e03b..3194b1ddf 100644 --- a/README.md +++ b/README.md @@ -2728,6 +2728,7 @@ Interact with Git repositories and version control platforms. Enables repository - [orellazi/coda-mcp](https://github.com/orellazri/coda-mcp) 📇 ☁️ - MCP server for [Coda](https://coda.io/) - [osinmv/funciton-lookup-mcp](https://github.com/osinmv/function-lookup-mcp) 🐍 🏠 🍎 🐧 - MCP server for function signature lookups. - [osulivan/skill4agent-mcp-server](https://github.com/osulivan/skill4agent-mcp-server) [![osulivan/skill4agent-mcp-server MCP server](https://glama.ai/mcp/servers/osulivan/skill4agent-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/osulivan/skill4agent-mcp-server) 📇 ☁️ - MCP Server for skill4agent - Search, view, and install AI skills in AI conversations. +- [Pantrist-dev/pantrist-mcp](https://github.com/Pantrist-dev/pantrist-mcp) 🎖️ 📇 ☁️ - Manage your pantry, shopping lists, recipes, and weekly meal plan with Pantrist. Add and check off items, track stock, plan meals from your saved recipes. Full OAuth 2.1 + PKCE with dynamic client registration; hosted at `mcp.pantrist.app` or self-host the Streamable-HTTP / stdio transports. - [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - Query OpenAI models directly from Claude using MCP protocol - [PSPDFKit/nutrient-dws-mcp-server](https://github.com/PSPDFKit/nutrient-dws-mcp-server) [![nutrient-dws-mcp-server MCP server](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-dws-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-dws-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server for the Nutrient DWS Processor API. Convert, merge, redact, sign, OCR, watermark, and extract data from PDFs and Office documents via natural language. Works with Claude Desktop, LangGraph, and OpenAI Agents. - [PSPDFKit/nutrient-document-engine-mcp-server](https://github.com/PSPDFKit/nutrient-document-engine-mcp-server) [![nutrient-document-engine-mcp-server MCP server](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-document-engine-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-document-engine-mcp-server) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP server for Nutrient Document Engine. On-premises document processing with natural language control — designed for HIPAA, SOC 2, and GDPR compliance. From e5e31123cc7d73c5fc0ce154e9335e6fb3936a31 Mon Sep 17 00:00:00 2001 From: NLueg Date: Wed, 3 Jun 2026 12:19:51 +0200 Subject: [PATCH 2/2] Add Glama badge to Pantrist entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3194b1ddf..62859aeb0 100644 --- a/README.md +++ b/README.md @@ -2728,7 +2728,7 @@ Interact with Git repositories and version control platforms. Enables repository - [orellazi/coda-mcp](https://github.com/orellazri/coda-mcp) 📇 ☁️ - MCP server for [Coda](https://coda.io/) - [osinmv/funciton-lookup-mcp](https://github.com/osinmv/function-lookup-mcp) 🐍 🏠 🍎 🐧 - MCP server for function signature lookups. - [osulivan/skill4agent-mcp-server](https://github.com/osulivan/skill4agent-mcp-server) [![osulivan/skill4agent-mcp-server MCP server](https://glama.ai/mcp/servers/osulivan/skill4agent-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/osulivan/skill4agent-mcp-server) 📇 ☁️ - MCP Server for skill4agent - Search, view, and install AI skills in AI conversations. -- [Pantrist-dev/pantrist-mcp](https://github.com/Pantrist-dev/pantrist-mcp) 🎖️ 📇 ☁️ - Manage your pantry, shopping lists, recipes, and weekly meal plan with Pantrist. Add and check off items, track stock, plan meals from your saved recipes. Full OAuth 2.1 + PKCE with dynamic client registration; hosted at `mcp.pantrist.app` or self-host the Streamable-HTTP / stdio transports. +- [Pantrist-dev/pantrist-mcp](https://github.com/Pantrist-dev/pantrist-mcp) [![Pantrist-dev/pantrist-mcp MCP server](https://glama.ai/mcp/servers/Pantrist-dev/pantrist-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Pantrist-dev/pantrist-mcp) 🎖️ 📇 ☁️ - Manage your pantry, shopping lists, recipes, and weekly meal plan with Pantrist. Add and check off items, track stock, plan meals from your saved recipes. Full OAuth 2.1 + PKCE with dynamic client registration; hosted at `mcp.pantrist.app` or self-host the Streamable-HTTP / stdio transports. - [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - Query OpenAI models directly from Claude using MCP protocol - [PSPDFKit/nutrient-dws-mcp-server](https://github.com/PSPDFKit/nutrient-dws-mcp-server) [![nutrient-dws-mcp-server MCP server](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-dws-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-dws-mcp-server) 📇 ☁️ 🍎 🪟 🐧 - MCP server for the Nutrient DWS Processor API. Convert, merge, redact, sign, OCR, watermark, and extract data from PDFs and Office documents via natural language. Works with Claude Desktop, LangGraph, and OpenAI Agents. - [PSPDFKit/nutrient-document-engine-mcp-server](https://github.com/PSPDFKit/nutrient-document-engine-mcp-server) [![nutrient-document-engine-mcp-server MCP server](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-document-engine-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/@PSPDFKit/nutrient-document-engine-mcp-server) 📇 🏠 🍎 🪟 🐧 - Self-hosted MCP server for Nutrient Document Engine. On-premises document processing with natural language control — designed for HIPAA, SOC 2, and GDPR compliance.