Skip to content

mcp supertoinette for Zed

io.github.smeet666/mcp-supertoinette

Read Supertoinette recipes and rescale their quantities honestly. No API key.

client:Zed transport:stdio runtime:npm

Install mcp supertoinette 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-supertoinette": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-supertoinette"
      ],
      "env": {
        "STO_USER_AGENT": "<STO_USER_AGENT>",
        "STO_MIN_INTERVAL_MS": "<STO_MIN_INTERVAL_MS>",
        "STO_TIMEOUT_MS": "<STO_TIMEOUT_MS>",
        "STO_MAX_RETRIES": "<STO_MAX_RETRIES>",
        "STO_CACHE_TTL_MS": "<STO_CACHE_TTL_MS>",
        "STO_CACHE_MAX_ENTRIES": "<STO_CACHE_MAX_ENTRIES>",
        "STO_LOG_LEVEL": "<STO_LOG_LEVEL>"
      }
    }
  }
}

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

mcp supertoinette in other clients