Lancedb Mcp Server
@lancedb
Lancedb Mcp Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"lancedb": {
"command": "uv",
"args": [
"--directory",
"/Path/to/your/lancedb_mcp",
"run",
"/path/to/your/mcp/lancedb_mcp.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Lancedb Mcp Server?
It is a basic, serverless MCP server that uses LanceDB to store and retrieve data. It is intended as a reference for building more complex MCP applications with LanceDB.
How to use Lancedb Mcp Server?
Add a configuration entry to your Claude MCP config file specifying the command uv with the directory path and the path to the lancedb_mcp.py script.
Key features of Lancedb Mcp Server
- Serverless MCP server using LanceDB.
- Provides three tools: Ingest docs, Retrieve docs, Get table details.
- Embed and store documents for retrieval.
- Query stored documents.
- Retrieve table metadata.
Use cases of Lancedb Mcp Server
- Ingest and store blog posts into LanceDB.
- Query ingested documents with natural language.
- Get details about existing LanceDB tables.
FAQ from Lancedb Mcp Server
What tools does Lancedb Mcp Server provide?
It provides three tools: Ingest docs, Retrieve docs, and Get table details.
How do I install Lancedb Mcp Server?
Add the provided JSON configuration to your Claude MCP config file, specifying the path to the server script and using uv as the command.
What is the purpose of Lancedb Mcp Server?
It is a basic, serverless reference implementation for using LanceDB with the Model Context Protocol.
How do I ingest documents?
Use the Ingest docs tool to embed your documents and store them into LanceDB for retrieval.
How do I retrieve documents?
Use the Retrieve docs tool to query your stored documents.
「その他」の他のコンテンツ
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント