Skip to content
Zed

mcp pequerecetas for Zed

io.github.smeet666/mcp-pequerecetas

Read Spanish family recipes from Pequerecetas and rescale them honestly. No API key.

client:Zed transport:stdio runtime:npm

Install mcp pequerecetas 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-pequerecetas": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-pequerecetas"
      ],
      "env": {
        "PQR_USER_AGENT": "<PQR_USER_AGENT>",
        "PQR_MIN_INTERVAL_MS": "<PQR_MIN_INTERVAL_MS>",
        "PQR_TIMEOUT_MS": "<PQR_TIMEOUT_MS>",
        "PQR_MAX_RETRIES": "<PQR_MAX_RETRIES>",
        "PQR_CACHE_TTL_MS": "<PQR_CACHE_TTL_MS>",
        "PQR_CACHE_MAX_ENTRIES": "<PQR_CACHE_MAX_ENTRIES>",
        "PQR_LOG_LEVEL": "<PQR_LOG_LEVEL>"
      }
    }
  }
}

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

mcp pequerecetas in other clients