Provides a Model Context Protocol (MCP) server enabling LLM applications to store and retrieve memories using LanceDB, an embedded vector database.
LanceDB is a Model Context Protocol (MCP) server that integrates LanceDB, an embedded vector database, to provide a semantic memory layer for Large Language Model (LLM) applications. It allows you to store text with vector embeddings for later retrieval, enabling LLMs to access external data sources and tools seamlessly. The server implements 'add-memory' and 'search-memories' tools, allowing for the addition of new memories and the retrieval of semantically similar memories based on a given query.