← Back to Plugins
MCP Server MCP

io.github.smeet666/mcp-recipes

github By github 👁 1 views ▲ 0 votes

Search Marmiton and the Wikibooks Cookbook at once, and scale quantities. No API key.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-recipes",
      "version": "1.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Identify your own client. The project's own identifier is appended, so a site can always reach a human.",
          "name": "RECIPES_USER_AGENT"
        },
        {
          "description": "Minimum milliseconds between two requests to the same site. Default 1000, floor 500.",
          "name": "RECIPES_MIN_INTERVAL_MS"
        },
        {
          "description": "Deadline for one request to a site, in milliseconds. Default 20000.",
          "name": "RECIPES_TIMEOUT_MS"
        },
        {
          "description": "Retries on rate limiting and transient failures. Default 3.",
          "name": "RECIPES_MAX_RETRIES"
        },
        {
          "description": "In-memory cache lifetime, in milliseconds. Default 900000. Set 0 to turn it off.",
          "name": "RECIPES_CACHE_TTL_MS"
        },
        {
          "description": "In-memory cache size. Default 200.",
          "name": "RECIPES_CACHE_MAX_ENTRIES"
        },
        {
          "description": "silent, error, info or debug. Default error. Logs go to stderr.",
          "name": "RECIPES_LOG_LEVEL"
        }
      ]
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/smeet666/mcp-recipes/releases/download/v1.3.1/mcp-recipes-1.3.1.mcpb",
      "version": "1.3.1",
      "fileSha256": "e0cf0bf72b573f802a046588d0b35c4c688ea2f3f6003225ea352a7bd04ab986",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...