Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for SSE mode | 9000 |
| NODE_ENV | No | Node environment (development, production) | development |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | debug |
| SERVER_MODE | No | Server mode (stdio or sse) | sse |
| NOSTR_RELAYS | No | List of Nostr relays to connect to | wss://relay.damus.io,wss://relay.primal.net,wss://nos.lol |
| NOSTR_NSEC_KEY | Yes | Your Nostr private key (starts with nsec) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |