Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIBSQL_URL | No | The URL of the libSQL database. Use 'file:/path/to/database.db' for local SQLite databases or 'libsql://your-database.turso.io' for remote libSQL databases | file:/memory-tool.db |
| LIBSQL_AUTH_TOKEN | No | Authentication token for remote libSQL databases (e.g., Turso) |
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 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |