Skip to content
Zed

tacobell for Zed

io.github.markswendsen-code/tacobell

MCP server for Taco Bell - browse menu, customize orders, place pickup

client:Zed transport:stdio runtime:npm

Install tacobell in Zed

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

{
  "context_servers": {
    "tacobell": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-tacobell"
      ]
    }
  }
}

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

tacobell in other clients