Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOSTR_BUNKER_URINoNIP-46 bunker URI for remote signing. Format: bunker://<bunker-hex-pubkey>?relay=wss://relay.com&secret=optional. If set, all signing routes through your bunker; if not set, the server operates in direct key mode where private keys must be passed per-tool call.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
createNote

Create an unsigned kind 1 text note

signNote

Sign a note event

postNote

Create, sign, and publish a text note (all-in-one)

publishNote

Publish a signed note to relays

createNostrEvent

Create an unsigned Nostr event of any kind

signNostrEvent

Sign any unsigned Nostr event

publishNostrEvent

Publish a signed event to relays

createProfile

Create a new Nostr profile (kind 0)

updateProfile

Update an existing Nostr profile (merges with current)

follow

Follow a pubkey (updates kind 3 contact list)

unfollow

Unfollow a pubkey

reactToEvent

React to an event (kind 7)

repostEvent

Repost an event (kind 6)

deleteEvent

Delete events (kind 5)

replyToEvent

Reply to an event with NIP-10 threading

encryptNip04

Encrypt text with NIP-04 (legacy)

decryptNip04

Decrypt NIP-04 ciphertext

sendDmNip04

Send a NIP-04 direct message

encryptNip44

Encrypt text with NIP-44

decryptNip44

Decrypt NIP-44 ciphertext

sendDmNip44

Send a NIP-44 direct message

setRelayList

Publish a relay list (NIP-65 kind 10002)

getSignerInfo

Returns current signing configuration and pubkey

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jorgenclaw/nostr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server