mcp-memory-libsql
mcp-memory-libsql is a server for the Model Context Protocol designed to provide high-performance, persistent memory functionalities using libSQL. It features vector search capabilities and efficient knowledge storage, compatible with both local and remote databases.
What is the primary function of mcp-memory-libsql?
The primary function of mcp-memory-libsql is to provide a high-performance, persistent memory system for MCP with vector search capabilities and efficient knowledge storage using libSQL.
Can mcp-memory-libsql be used with remote databases?
Yes, mcp-memory-libsql supports both local and remote libSQL databases, with secure token-based authentication for remote access.
What are the key features of mcp-memory-libsql?
Key features include high-performance vector search, persistent storage of entities and relations, semantic search capabilities, knowledge graph management, and secure token-based authentication for remote databases.
How is the database configured for mcp-memory-libsql?
The database is configured using the LIBSQL_URL environment variable, which can point to either a local SQLite database or a remote libSQL database.
What is the default database path if no URL is provided?
If no URL is provided, the default database path is 'file:/memory-tool.db' in the current directory.