N

nostr-bray

MCP server giving AI agents sovereign Nostr identities — key derivation, personas, attestations, duress detection, zaps

AI & ML
Install Command
npx -y nostr-bray
Claude Desktop Config
{
  "mcpServers": {
    "nostr-bray": {
      "command": "npx",
      "args": [
        "-y",
        "nostr-bray"
      ]
    }
  }
}

nostr-bray is a community MCP server that connects AI assistants like Claude to mcp server giving ai agents sovereign nostr identities — key derivation, personas, attestations, duress detection, zaps. It runs locally on your machine, keeping your data private and giving you full control over the connection. AI engineers can use it to chain models and pipelines into more powerful workflows.

About nostr-bray

Overview

MCP server giving AI agents sovereign Nostr identities — key derivation, personas, attestations, duress detection, zaps

Links

Topics

mcp, mcp-server, model-context-protocol, nostr, nostr-identity, nsec, npub, nip-17, nip-65, nip-47, nip-va, attestation, identity, key-derivation, persona, hierarchical-deterministic, ring-signature, duress, coercion-resistance, shamir, lightning, zap, nwc, nostr-wallet-connect, ai-agent, claude, typescript, esm

Who Should Use nostr-bray?

  • 1Chain AI models and pipelines through a unified MCP interface
  • 2Let Claude orchestrate other AI tools and models
  • 3Integrate embeddings, image generation, or speech APIs into your workflow
  • 4Build multi-model workflows without writing custom integration code

How to Install nostr-bray

Before you start

You will need Node.js (v18 or later) installed on your machine — download it from nodejs.org if you haven't already.

  1. 1Open a terminal (Terminal on Mac, Command Prompt or PowerShell on Windows).
  2. 2Paste the install command above and press Enter — Node.js will download and run the server automatically.
  3. 3Add the server to your Claude Desktop config file (see the JSON snippet above) and restart Claude.

The Claude Desktop config snippet above can be copied and pasted directly into your claude_desktop_config.json file — no editing required.

How nostr-bray Compares

It runs entirely on your local machine, so no data leaves your environment — important for teams with privacy or compliance requirements.
It is distributed as an npm package, making version management and updates straightforward with a single `npm update` command.

Tags

nostrnostr-identitynsecnpubnip-17nip-65nip-47nip-vaattestationidentity

Reviews