Skip to main content
Glama
lancedb

LanceDB MCP Server

Official
by lancedb

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 claude mcp config file:

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

Ingest docs

Embed your docs and store them into lancedb for retreival. Here's an example of ingesting an entire blog into lancedb.

Retrieve docs

Query your docs. Here's an example of querying lancedb for a blog post.

Get table details

Get table details. Here's an example of getting table details.

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lancedb/lancedb-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server