← Index

dev.forgesworn/bray

dev.forgesworn/bray·v1.27.7·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "bray": {
      "command": "npx",
      "args": [
        "-y",
        "nostr-bray"
      ],
      "env": {
        "NOSTR_SECRET_KEY": "<your-nostr_secret_key>",
        "NOSTR_RELAYS": "<nostr_relays>",
        "NWC_URI": "<your-nwc_uri>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "bray": {
      "command": "npx",
      "args": [
        "-y",
        "nostr-bray"
      ],
      "env": {
        "NOSTR_SECRET_KEY": "<your-nostr_secret_key>",
        "NOSTR_RELAYS": "<nostr_relays>",
        "NWC_URI": "<your-nwc_uri>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y nostr-bray
§02  Environment variables
NOSTR_SECRET_KEY
requiredsecret

Nostr secret key (nsec, hex, or BIP-39 mnemonic)

NOSTR_RELAYS
required

Comma-separated list of Nostr relay WebSocket URLs

NWC_URI
secret

Nostr Wallet Connect URI for Lightning zaps

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other