Skip to content

Menus Recommender for Zed

io.github.spyyps/menus-recommender

全球美食加权随机推荐:基于 396 道菜的知识库,给出多样化的就餐推荐。

client:Zed transport:stdio runtime:pypi

Install Menus Recommender in Zed

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

{
  "context_servers": {
    "menus-recommender": {
      "command": "uvx",
      "args": [
        "menus-mcp"
      ]
    }
  }
}

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

Menus Recommender in other clients