Skip to content

settlegrid discovery for Zed

io.github.lexwhiting/settlegrid-discovery

Discover monetized AI tools on SettleGrid. Search by category, get pricing.

client:Zed transport:stdio runtime:npm

Install settlegrid discovery 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": {
    "settlegrid-discovery": {
      "command": "npx",
      "args": [
        "-y",
        "@settlegrid/discovery"
      ],
      "env": {
        "SETTLEGRID_API_URL": "<SETTLEGRID_API_URL>"
      }
    }
  }
}

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

settlegrid discovery in other clients