74
/ 100
5 days ago
glama

Norish MCP Server

A Model Context Protocol server that connects AI assistants to the Norish recipe management API for recipe browsing, meal planning, and grocery list management.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: NORISH_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 2 credentials: MCP_API_KEY, NORISH_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOWED_HOSTS
🔐 secretMCP_API_KEYYes Secret key for authenticating requests to this MCP server. Clients must send it as a Bearer token in the Authorization header.
🔐 secretNORISH_API_KEYYour Norish (generate from your Norish account settings)
configNORISH_API_URLYes The URL of your running Norish instance (e.g. https://meals.nashor.cloud:6002)
configPORTNo (default: 3001) Port the MCP server listens on
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kellojo-norish-mcp-1fee6o)](https://m8ven.ai/mcp/kellojo-norish-mcp-1fee6o)
commit: 28340442ade4c9411878787bcaa674814d534f99
code hash: 63bd6423d0e16103a447bfa4a45d0e83f281c5d4509ce15ac443e789d56a5cd0
verified: 7/10/2026, 10:06:47 AM
view raw JSON →