Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RESURGO_API_KEY | Yes | Your Resurgo API key for authentication | |
| RESURGO_API_URL | No | Optional: Override the API URL for self-hosted instances |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_nodes | Search saved nodes with full-text and semantic search |
| get_due_items | Get items due for review (inbox items) |
| quick_capture | Save a new node with optional scheduling |
| snooze_node | Defer resurfacing to a later date |
| complete_node | Mark a node as done |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |