Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_FILE_PATH | No | Path to the memory storage JSON file (default: memory.json in the server directory) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entities | Create multiple new entities in the knowledge graph |
| create_relations | Create multiple new relations between entities in the knowledge graph. Relations should be in active voice |
| add_observations | Add new observations to existing entities in the knowledge graph |
| delete_entities | Delete multiple entities and their associated relations from the knowledge graph |
| delete_observations | Delete specific observations from entities in the knowledge graph |
| delete_relations | Delete multiple relations from the knowledge graph |
| read_graph | Read the entire knowledge graph |
| search_nodes | Performs a fuzzy semantic search for nodes in the knowledge graph based on a query. Returns a list of matching entities, each with a confidence score from 0.0 to 1.0 (higher is better). |
| open_nodes | Open specific nodes in the knowledge graph by their names |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |