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
createNoteC

Create an unsigned kind 1 text note

signNoteC

Sign a note event

postNoteB

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

publishNoteC

Publish a signed note to relays

createNostrEventB

Create an unsigned Nostr event of any kind

signNostrEventC

Sign any unsigned Nostr event

publishNostrEventB

Publish a signed event to relays

createProfileC

Create a new Nostr profile (kind 0)

updateProfileA

Update an existing Nostr profile (merges with current)

followA

Follow a pubkey (updates kind 3 contact list)

unfollowB

Unfollow a pubkey

reactToEventC

React to an event (kind 7)

repostEventC

Repost an event (kind 6)

deleteEventB

Delete events (kind 5)

replyToEventC

Reply to an event with NIP-10 threading

encryptNip04C

Encrypt text with NIP-04 (legacy)

decryptNip04B

Decrypt NIP-04 ciphertext

sendDmNip04C

Send a NIP-04 direct message

encryptNip44B

Encrypt text with NIP-44

decryptNip44B

Decrypt NIP-44 ciphertext

sendDmNip44C

Send a NIP-44 direct message

setRelayListC

Publish a relay list (NIP-65 kind 10002)

getSignerInfoA

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