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 💡
apple-reminders
A Model Context Protocol (MCP) server that provides native integration with Apple Reminders on macOS. This server allows you to interact with Apple Reminders through a standardized interface.
pearl-mcp-server
A Model Context Protocol (MCP) server implementation that exposes Pearl's AI and Expert services through a standardized interface.
inkeep-mcp-server
An Inkeep MCP Server that leverages your documentation and product content to provide RAG capabilities for large language models.
claude-post
ClaudePost is an MCP server that enables seamless email management through natural language conversations with Claude, offering secure features like email search, reading, and sending.
open-webSearch
Multi-engine web search with article fetching
@mcp-for-dev/mcp-google-search
Provides web search and webpage content extraction using Google Custom Search API.