Skip to content
Zed

cli for Zed

io.settlemesh/cli

Deploy and monetize agent-built apps: login, database, usage billing, and end-user-pays.

client:Zed transport:stdio runtime:npm

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

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

cli in other clients