Skip to main content
Glama

Weaviate MCP Server

by sndani

servidor mcp-weaviate

Servidor MCP para Weaviate

🏎️ Inicio rápido

Prerrequisitos

  • Asegúrese de tener instalado uv (consulte la documentación para obtener más detalles)
  • Clonar este repositorio

Instalar

Instalación mediante herrería

Para instalar Weaviate MCP Server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @weaviate/mcp-server-weaviate --client claude
Escritorio de Claude

En MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

En Windows: %APPDATA%/Claude/claude_desktop_config.json

Configuración de servidores no publicados/desarrollo

{ "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" } } } }

Manifestación

-
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.

Un servidor que permite a Claude AI interactuar con las bases de datos vectoriales de Weaviate, admitiendo operaciones de búsqueda y almacenamiento a través del protocolo MCP de Anthropic.

  1. 🏎️ Inicio rápido
    1. Prerrequisitos
    2. Instalar

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 -
    126
    Go
    • Apple
  • -
    security
    A
    license
    -
    quality
    An MCP server that integrates Verodat's data management capabilities with AI systems like Claude Desktop, enabling users to manage accounts, workspaces, and datasets, as well as perform AI-powered queries on their data.
    Last updated -
    1
    TypeScript
    Apache 2.0
    • Apple
  • A
    security
    F
    license
    A
    quality
    An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
    Last updated -
    4
    2
    Python
  • -
    security
    A
    license
    -
    quality
    A modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.
    Last updated -
    66
    Python
    MIT License
    • Linux
    • Apple

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