nostr-bray
Rank #10,611dev.forgesworn/bray
Trust-aware Nostr for AI agents -- 235 tools covering social, DMs, zaps, trust, and identity
nostr-bray is a Model Context Protocol (MCP) server published by forgesworn. It ranks #10,611 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. nostr-bray is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Mar 24, 2026 and most recently updated on Apr 7, 2026.
Ranks ahead of 104,849 of 115,460 servers on MCP Toplist.
Use nostr-bray
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bray -e "NOSTR_SECRET_KEY=<your NOSTR_SECRET_KEY>" -e "NOSTR_RELAYS=<your NOSTR_RELAYS>" -e "NWC_URI=<your NWC_URI>" -- npx -y nostr-brayReplace each placeholder with your own value before saving.
[mcp_servers.bray]
command = "npx"
args = ["-y", "nostr-bray"]
[mcp_servers.bray.env]
NOSTR_SECRET_KEY = "<your NOSTR_SECRET_KEY>"
NOSTR_RELAYS = "<your NOSTR_RELAYS>"
NWC_URI = "<your NWC_URI>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bray": {
"command": "npx",
"args": [
"-y",
"nostr-bray"
],
"env": {
"NOSTR_SECRET_KEY": "<your NOSTR_SECRET_KEY>",
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NWC_URI": "<your NWC_URI>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bray": {
"command": "npx",
"args": [
"-y",
"nostr-bray"
],
"env": {
"NOSTR_SECRET_KEY": "<your NOSTR_SECRET_KEY>",
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NWC_URI": "<your NWC_URI>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bray": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nostr-bray"
],
"env": {
"NOSTR_SECRET_KEY": "<your NOSTR_SECRET_KEY>",
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NWC_URI": "<your NWC_URI>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bray": {
"command": "npx",
"args": [
"-y",
"nostr-bray"
],
"env": {
"NOSTR_SECRET_KEY": "<your NOSTR_SECRET_KEY>",
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NWC_URI": "<your NWC_URI>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bray": {
"command": "npx",
"args": [
"-y",
"nostr-bray"
],
"env": {
"NOSTR_SECRET_KEY": "<your NOSTR_SECRET_KEY>",
"NOSTR_RELAYS": "<your NOSTR_RELAYS>",
"NWC_URI": "<your NWC_URI>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.forgesworn%2Fbray)<a href="https://mcptoplist.com/server/dev.forgesworn%2Fbray"><img src="https://mcptoplist.com/badge/dev.forgesworn%2Fbray.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
forgesworn
Other servers by forgesworn
View all forgesworn servers →Available versions (1)
| Version | Published |
|---|---|
| 1.27.7 | Apr 7, 2026 |
Frequently asked questions
- Who maintains nostr-bray?
- nostr-bray is maintained by forgesworn, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is nostr-bray listed on the Official MCP Registry?
- Yes — nostr-bray is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does nostr-bray have?
- MCP Toplist tracks 1 version of nostr-bray, most recently published on Apr 7, 2026.
- Where can I find the source code for nostr-bray?
- The source code for nostr-bray is hosted at github.com/forgesworn/bray.