MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Data & Storage
  4. /Lancedb_mcp
Lancedb_mcp

Lancedb_mcp

作成者 RyanLisse•9 days ago
サイトを訪問する

Data & Storage
lancedbvector-databaseMCP-server

LanceDB MCP Server

Overview

A Model Context Protocol (MCP) server implementation for LanceDB vector database operations. This server enables efficient vector storage, similarity search, and management of vector embeddings with associated metadata.

Components

Resources

The server exposes vector database tables as resources:

  • table://{name}: A vector database table that stores embeddings and metadata
    • Configurable vector dimensions
    • Text metadata support
    • Efficient similarity search capabilities

API Endpoints

Table Management

  • POST /table
    • Create a new vector table
    • Input:
      {
        "name": "my_table",      # Table name
        "dimension": 768         # Vector dimension
      }
      

Vector Operations

  • POST /table/{table_name}/vector

    • Add vector data to a table
    • Input:
      {
        "vector": [0.1, 0.2, ...],  # Vector data
        "text": "associated text"    # Metadata
      }
      
  • POST /table/{table_name}/search

    • Search for similar vectors
    • Input:
      {
        "vector": [0.1, 0.2, ...],  # Query vector
        "limit": 10                  # Number of results
      }
      

Installation

## Clone the repository
git clone https://github.com/yourusername/lancedb_mcp.git
cd lancedb_mcp

## Install dependencies using uv
uv pip install -e .

Usage with Claude Desktop

## Add the server to your claude_desktop_config.json
"mcpServers": {
  "lancedb": {
    "command": "uv",
    "args": [
      "run",
      "python",
      "-m",
      "lancedb_mcp",
      "--db-path",
      "~/.lancedb"
    ]
  }
}

Development

## Install development dependencies
uv pip install -e ".[dev]"

## Run tests
pytest

## Format code
black .
ruff .

Environment Variables

  • LANCEDB_URI: Path to LanceDB storage (default: “.lancedb”)

License

This project is licensed under the MIT License. See the LICENSE file for details.

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Data & Storageの知識

おすすめのサーバー

Mcp Paradex Py

Mcp Paradex Py

Connect AI agents to the Paradex trading platform. Retrieve market data, manage accounts, and execute trades seamlessly. Enhance your trading experience with automated tools and real-time insights.

Zaj Mysql Mcp

Zaj Mysql Mcp

Git Forensics Mcp

Git Forensics Mcp

An MCP server for deep git repository investigation and analysis. Provides detailed insights into repository history, branch relationships, and development patterns, focusing solely on git repository analysis rather than general GitHub or git operation.

もっと見る → →

詳細

作成日

August 04, 2025

最終更新日

August 04, 2025

カテゴリー

Data & Storage

作成者

RyanLisse

シェアする

もっと見る

Mcp Substack

Mcp Substack

🤖 MCP Server for Substack integration with Claude AI Desktop. Download and parse Substack posts directly in your Claude conversations.

Mcp Notion

Mcp Notion

Global Notion workspace-accessible MCP server for all Notion pages within the workspace

Math Mcp

Math Mcp

A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.

Trino_mcp

Trino_mcp

MCP Server for Trino