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
{
"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