dev.forgesworn/bray✓
dev.forgesworn/bray · v1.27.7
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "dev.forgesworn/bray",
"description": "Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity",
"repository": {
"url": "https://github.com/forgesworn/bray",
"source": "github"
},
"version": "1.27.7",
"packages": [
{
"registryType": "npm",
"identifier": "nostr-bray",
"version": "1.27.7",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Nostr secret key (nsec, hex, or BIP-39 mnemonic)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NOSTR_SECRET_KEY"
},
{
"description": "Comma-separated list of Nostr relay WebSocket URLs",
"isRequired": true,
"format": "string",
"name": "NOSTR_RELAYS"
},
{
"description": "Nostr Wallet Connect URI for Lightning zaps",
"format": "string",
"isSecret": true,
"name": "NWC_URI"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}