Skip to main content
Glama

MCP Server Weaviate

Official
by weaviate

mcp-服务器-weaviate

Weaviate 的 MCP 服务器

🏎️ 快速入门

先决条件

  • 确保已安装uv (有关详细信息,请参阅文档
  • 克隆此存储库

安装

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Weaviate MCP 服务器:

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
F
license - not found
-
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
    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 -
    6
    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
  • -
    security
    F
    license
    -
    quality
    A Python-based server that helps users easily install and configure other MCP servers across different platforms.
    Last updated -
    2
    Python
    • Apple
    • Linux

View all related MCP servers

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/weaviate/mcp-server-weaviate'

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