MCP Server Weaviate

Official
by weaviate

Integrations

  • Provides integration with OpenAI's API, likely for embeddings or other AI capabilities when working with Weaviate

mcp-server-weaviate

Weaviate 用 MCP サーバー

🏎️ クイックスタート

前提条件

  • uvがインストールされていることを確認してください(詳細はドキュメントを参照してください)
  • このリポジトリをクローンする

インストール

Smithery経由でインストール

Smithery経由で Claude Desktop 用の Weaviate MCP Server を自動的にインストールするには:

npx -y @smithery/cli install @weaviate/mcp-server-weaviate --client claude
クロードデスクトップ

MacOSの場合: ~/Library/Application\ Support/Claude/claude_desktop_config.json

Windows の場合: %APPDATA%/Claude/claude_desktop_config.json

開発/非公開サーバーの構成

{ "mcpServers": { "mcp-server-weaviate": { "command": "PYTHON_PATH", "args": [ "-m", "src.server", "--weaviate-url", "YOUR_WEAVIATE_URL", "--weaviate-api-key", "YOUR_WEAVIATE_API_KEY", "--search-collection-name", "YOUR_SEARCH_COLLECTION", "--store-collection-name", "YOUR_STORE_COLLECTION", "--openai-api-key", "YOUR_OPENAI_API_KEY" ], "env": { "PYTHONPATH": "PATH_TO_MCP_SERVER_WEAVIATE_DIRECTORY" } } } }

-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Weaviate 用の MCP サーバーは、カスタマイズ可能な Python ベースのサーバーを使用して Weaviate との統合を容易にし、構成可能な URL と API キーを介して Weaviate データベースおよび OpenAI API とのやり取りを可能にします。

  1. 🏎️ クイックスタート
    1. 前提条件
    2. インストール

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
    Last updated -
    Python
  • -
    security
    A
    license
    -
    quality
    An MCP server that enables Claude to interact with Port.io's AI agent, allowing users to trigger the agent with prompts and receive structured responses including status, output, and action items.
    Last updated -
    3
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    F
    license
    -
    quality
    An MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.
    Last updated -
    TypeScript
    • Apple
  • -
    security
    A
    license
    -
    quality
    A server that enables Claude AI to interact with Weaviate vector databases, supporting both search and storage operations through Anthropic's MCP protocol.
    Last updated -
    1
    Python
    GPL 3.0
    • Apple

View all related MCP servers

ID: muiet9gmdv