Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| No arguments | |||
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 | 
|---|---|
| create_entities | Create new entities with observations and optional embeddings | 
| search_nodes | Search for entities and their relations using text or vector similarity | 
| read_graph | Get recent entities and their relations | 
| create_relations | Create relations between entities | 
| delete_entity | Delete an entity and all its associated data (observations and relations) | 
| delete_relation | Delete a specific relation between entities |