Skip to content
Zed

mcp marmiton for Zed

io.github.smeet666/mcp-marmiton

Search Marmiton recipes, read ingredients and steps, and scale quantities to any servings.

client:Zed transport:stdio runtime:npm

Install mcp marmiton in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-marmiton": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-marmiton"
      ],
      "env": {
        "MARMITON_USER_AGENT": "<MARMITON_USER_AGENT>",
        "MARMITON_MIN_INTERVAL_MS": "<MARMITON_MIN_INTERVAL_MS>",
        "MARMITON_LOG_LEVEL": "<MARMITON_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp marmiton in other clients