MCP.so
Sign In
Servers

Lancedb Mcp Server

@lancedb

Add this server to your MCP-compatible client using the configuration below.

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

More from Other