Lancedb Mcp Server

by lancedb

133 downloads
Not rated
GitHub

Description

## 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…

About

## 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…

Details

Author
lancedb
Downloads
133
Categories
Other

- 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.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Lancedb Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "lancedb mcp server": {
            "lancedb": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/Path/to/your/lancedb_mcp",
                    "run",
                    "/path/to/your/mcp/lancedb_mcp.py"
                ]
            }
        }
    }
}

McpServers

{
    "lancedb": {
        "command": "uv",
        "args": [
            "--directory",
            "/Path/to/your/lancedb_mcp",
            "run",
            "/path/to/your/mcp/lancedb_mcp.py"
        ]
    }
}

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.