Skip to content
Zed

server for Zed

app.trustrails/server

Search UK electronics products across retailers. Real-time prices, stock, and specs.

client:Zed transport:stdio runtime:npm

Install server in Zed

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

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

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

server in other clients