MCP.so
登录

Lancedb Mcp Server

@lancedb

关于 Lancedb Mcp Server

暂无概览

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

lancedb

配置

使用下面的配置,将此服务器添加到你的 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 服务器