lance-mcp
The LanceDB MCP server provides a Model Context Protocol that allows LLMs to interact directly with documents stored locally. Through agentic RAG and hybrid search, users can ask questions about the entire dataset or specific documents. Security is ensured as data is stored locally, preventing any cloud transfer.
GitHub Stars
71
User Rating
Not Rated
Favorites
0
Views
25
Forks
14
Issues
5
Technical Information
Programming Languages
TypeScriptPrimary Language
System Requirements
Node.js 18+npxClaude Desktop AppSummarization and embedding models (e.g., Ollama models)Provided Features
LanceDBを利用したサーバーレスのベクターインデックスとドキュメント要約カタログ
LLMトークンの効率的な使用
ローカルLLM使用時のデータセキュリティ
ドキュメントの要約とベクトル化されたチャンクのための二つのテーブルを作成するシードスクリプト
MCPツールインスペクターを使用してのローカル開発モード
Safety Analysis
Safety Score
Safe100/100
Recommended For
Recommended for developers working on data processing and AI-related projects, especially those looking to build applications utilizing LLMs in a local environment.