bray for Zed
dev.forgesworn/bray
Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity
client:Zed
transport:stdio
runtime:npm
Install bray in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bray": {
"command": "npx",
"args": [
"-y",
"nostr-bray"
],
"env": {
"NOSTR_SECRET_KEY": "<NOSTR_SECRET_KEY>",
"NOSTR_RELAYS": "<NOSTR_RELAYS>",
"NWC_URI": "<NWC_URI>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs