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
{
"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