Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CYBER_GATEWAY | Yes | URL for the IPFS gateway on the Cyber network. Required for all operations. | https://gateway.ipfs.cybernode.ai |
| CYBER_RPC_URL | Yes | URL for the Cyber network RPC endpoint. Required for all operations. | https://rpc.bostrom.cybernode.ai |
| CYBER_MNEMONIC | No | Your twelve word mnemonic phrase for the Cyber wallet. Optional - only needed for sendCyberlink tool. |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| sendCyberlink | Create a cyberlink between two IPFS CIDs on the Cyber network |
| searchQuery | Search the Cyber knowledge graph and optionally retrieve content from IPFS |
| getCyberlink | Retrieve content from IPFS by CID through the Cyber gateway |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |