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