Skip to main content
Glama

Weaviate MCP Server

by sndani

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
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude AI가 Weaviate 벡터 데이터베이스와 상호 작용할 수 있도록 하는 서버로, Anthropic의 MCP 프로토콜을 통해 검색 및 저장 작업을 모두 지원합니다.

  1. 🏎️ 빠른 시작
    1. 필수 조건
    2. 설치하다

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    The MCP Server for Weaviate facilitates integration with Weaviate using a customizable Python-based server, enabling interaction with Weaviate databases and OpenAI APIs via configurable URL and API keys.
    Last updated -
    139
    Go
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
    Last updated -
    9
    2
    1
    JavaScript
  • -
    security
    A
    license
    -
    quality
    An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
    Last updated -
    229
    Python
    MIT License
    • Apple
    • Linux
  • A
    security
    F
    license
    A
    quality
    MCP server that allows Claude AI to interact directly with MySQL databases, enabling query execution and table information retrieval through natural language.
    Last updated -
    1
    5
    4
    JavaScript

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

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