sndani_mcp_localhost_server_weaviate

sndani_mcp_localhost_server_weaviate

by sndani
A local MCP server integrating Weaviate for Claude Desktop, enabling advanced search and data storage capabilities.

Weaviate MCP Server for Claude Desktop

Overview

The Weaviate MCP Server for Claude Desktop is a specialized server designed to integrate Weaviate's vector search capabilities with Claude Desktop. This project enables seamless web search integration, enhancing Claude's ability to retrieve and process information efficiently.

Features

  • Web Search Integration: Leverages Weaviate's vector search for enhanced information retrieval.
  • Claude Desktop Support: Compatible with both MacOS and Windows versions of Claude Desktop.
  • Customizable Configuration: Allows users to define specific Weaviate collections and API keys.

Quickstart

Prerequisites

Installation

Installing via Smithery

To install the Weaviate MCP Server for Claude Desktop automatically using Smithery, run the following command:

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

Manual Configuration

For MacOS and Windows, configure the claude_desktop_config.json file as follows:

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

Demo

Demo Image

Resources

Contributors

Languages

  • Python: 91.7%
  • Dockerfile: 8.3%

Features & Capabilities

Categories
mcp_server model_context_protocol python docker search api_integration weaviate claude

Implementation Details

Stats

0 Views
1 GitHub Stars

Repository Info

sndani Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300