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.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论