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 💡
@notionhq/notion-mcp-server
Official MCP Server for Notion API integration, enabling AI agents to interact with Notion content
@Arindam200/devto-mcp
A Model Context Protocol server for Dev.to, enabling AI assistants to access, search, and manage Dev.to articles.
mcp-tavily
A Model Context Protocol server that provides AI-powered web search capabilities using Tavily's search API
@phuc-nt/mcp-atlassian-server
An MCP server that connects AI assistants with Atlassian Jira and Confluence, enabling smart project management by allowing AI agents to query data and perform actions.
@canva/cli
An AI-powered Model Context Protocol (MCP) server from Canva, designed to provide development assistance for Canva apps and integrations.
binary_ninja_mcp
A Binary Ninja plugin providing an MCP server for integrating Binary Ninja's reverse engineering capabilities with LLM/MCP clients.