LanceDB Server
БесплатноНе проверенA basic serverless MCP server using LanceDB to store and retrieve documents via three tools: ingest, retrieve, and get table details.
Описание
A basic serverless MCP server using LanceDB to store and retrieve documents via three tools: ingest, retrieve, and get table details.
README
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.
Установка LanceDB Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lancedb/lancedb-mcp-serverFAQ
LanceDB Server MCP бесплатный?
Да, LanceDB Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для LanceDB Server?
Нет, LanceDB Server работает без API-ключей и переменных окружения.
LanceDB Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить LanceDB Server в Claude Desktop, Claude Code или Cursor?
Открой LanceDB Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare LanceDB Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
