← Back to browse

bray

Indexed by dev.forgesworn

About

Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNOSTR_SECRET_KEY NOSTR_RELAYS NWC_URI
Claude Code
claude mcp add --env NOSTR_SECRET_KEY= --env NOSTR_RELAYS= --env NWC_URI= bray -- npx nostr-bray
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"bray","command":"npx","args":["nostr-bray"],"env":{"NOSTR_SECRET_KEY":"","NOSTR_RELAYS":"","NWC_URI":""}}'
JSON
{
  "mcpServers": {
    "bray": {
      "command": "npx",
      "args": [
        "nostr-bray"
      ],
      "env": {
        "NOSTR_SECRET_KEY": "",
        "NOSTR_RELAYS": "",
        "NWC_URI": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.