Skip to main content
Glama

MCP Server Weaviate

Official
by weaviate

mcp-server-weaviate

Weaviate용 MCP 서버

🏎️ 빠른 시작

필수 조건

  • uv 설치되어 있는지 확인하세요(자세한 내용은 문서 참조)
  • 이 저장소를 복제하세요

설치하다

Smithery를 통해 설치

Smithery를 통해 Claude Desktop에 Weaviate MCP 서버를 자동으로 설치하려면:

지엑스피1

클로드 데스크탑

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
    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 -
    2
    Python
    GPL 3.0
    • Apple
  • -
    security
    A
    license
    -
    quality
    A server that integrates the MCP library with OpenAI's API, allowing users to interact with various tools, such as the weather tool, through natural language queries.
    Last updated -
    Python
    MIT License
  • A
    security
    A
    license
    A
    quality
    An open-source MCP server that connects to various data sources (SQL databases, CSV, Parquet files), allowing AI models to execute SQL queries and generate data visualizations for analytics and business intelligence.
    Last updated -
    10
    53
    Python
    MIT License
    • Linux
    • Apple
  • A
    security
    F
    license
    A
    quality
    An AI-powered MCP server that enables natural language interaction with AO (Arweave Operating system) for creating, running, and testing code and handlers without manual coding.
    Last updated -
    14
    886,089
    3
    TypeScript

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