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 claude mcp config file:
{
"mcpServers": {
"lancedb": {
"command": "uv",
"args": [
"--directory",
"/Path/to/your/lancedb_mcp",
"run",
"/path/to/your/mcp/lancedb_mcp.py"
]
}
}
}
Ingest docs
Embed your docs and store them into lancedb for retreival. Here's an example of ingesting an entire blog into lancedb.
Retrieve docs
Query your docs. Here's an example of querying lancedb for a blog post.
Get table details
Get table details. Here's an example of getting table details.
Recommend MCP Servers 💡
mcp-server-indexnow
An MCP server that bridges MCP clients with the IndexNow protocol for submitting URLs to search engines.
@alanse/fish-audio-mcp-server
MCP server integrating Fish Audio's TTS API with LLMs for natural language-driven speech synthesis.
mcp-manager
simple web ui to manage mcp (model context protocol) servers in the claude app
mcp-file-navigator
A secure MCP server enabling AI assistants to perform file system operations (list, read, write, delete files) with path validation and dynamic storage location management, supporting Git commands.
discordmcp
Enables LLMs to interact with Discord channels via MCP protocol
cryptopanic-mcp-server
Provide latest cryptocurrency news to AI agents.