LanceDB MCP Server
by RyanLisse
local-only server
The server can only run on the client’s local machine because it depends on local resources.
LanceDB MCP Server
Overview
A Model Context Protocol (MCP) server implementation for LanceDB vector database operations. This server enables efficient vector storage, similarity search, and management of vector embeddings with associated metadata.
Components
Resources
The server exposes vector database tables as resources:
table://{name}
: A vector database table that stores embeddings and metadata- Configurable vector dimensions
- Text metadata support
- Efficient similarity search capabilities
API Endpoints
Table Management
POST /table
- Create a new vector table
- Input:Copy
Vector Operations
POST /table/{table_name}/vector
- Add vector data to a table
- Input:Copy
POST /table/{table_name}/search
- Search for similar vectors
- Input:Copy
Installation
Copy
Usage with Claude Desktop
Copy
Development
Copy
Environment Variables
LANCEDB_URI
: Path to LanceDB storage (default: ".lancedb")
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be installed
Enables efficient vector database operations for embedding storage and similarity search through a Model Context Protocol interface.