Lancedb Mcp Server
Description
## LanceDB MCP server This is a basic, serveless MCP server that uses LanceDB to store and retrieve data. It is intended to be used as a reference for building complex MCP apps with LanceDB. It provides 3 tools: * Ingest docs * Retrieve docs * Get table details ## Installation…
About
## LanceDB MCP server This is a basic, serveless MCP server that uses LanceDB to store and retrieve data. It is intended to be used as a reference for building complex MCP apps with LanceDB. It provides 3 tools: * Ingest docs * Retrieve docs * Get table details ## Installation Just add the following config to your…
Details
- Author
- lancedb
- Downloads
- 133
- Categories
- Other
Jump to
- Serverless MCP server using LanceDB.
- Provides three tools: Ingest docs, Retrieve docs, Get table details.
- Embed and store documents for retrieval.
- Query stored documents.
- Retrieve table metadata.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Lancedb Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add a configuration entry to your Claude MCP config file specifying the command uv with the directory path and the path to the lancedb_mcp.py script.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"lancedb mcp server": {
"lancedb": {
"command": "uv",
"args": [
"--directory",
"/Path/to/your/lancedb_mcp",
"run",
"/path/to/your/mcp/lancedb_mcp.py"
]
}
}
}
}
McpServers
{
"lancedb": {
"command": "uv",
"args": [
"--directory",
"/Path/to/your/lancedb_mcp",
"run",
"/path/to/your/mcp/lancedb_mcp.py"
]
}
}
LanceDB MCP server
This is a basic, serveless MCP server that uses LanceDB to store and retrieve data. It is intended to be used as a reference for building complex MCP apps with LanceDB.
It provides 3 tools:
Ingest docs
Retrieve docs
- Get table details
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



