MCP Memory LibSQL

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LIBSQL_URLNoThe URL of the libSQL databasefile:/memory-tool.db
LIBSQL_AUTH_TOKENNoAuthentication token for remote libSQL databases (e.g., Turso)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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