mcp-memory-libsql
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) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entitiesB | Create new entities with observations and optional embeddings |
| search_nodesC | Search for entities and their relations using text or vector similarity |
| read_graphB | Get recent entities and their relations |
| create_relationsC | Create relations between entities |
| delete_entityA | Delete an entity and all its associated data (observations and relations) |
| delete_relationC | 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-memory-libsql'
If you have feedback or need assistance with the MCP directory API, please join our Discord server