Skip to content
Zed

clishop for Zed

io.github.stefdcl/clishop

Order anything from your terminal — search, buy, track, and manage via MCP tools.

client:Zed transport:stdio runtime:npm

Install clishop 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": {
    "clishop": {
      "command": "npx",
      "args": [
        "-y",
        "clishop"
      ],
      "env": {
        "CLISHOP_API_KEY": "<CLISHOP_API_KEY>"
      }
    }
  }
}

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

clishop in other clients