MCP.so
Sign In

mcp-server-weaviate

@MCP-Mirror

About mcp-server-weaviate

Mirror of

Basic information

Category

Databases

Transports

stdio

Publisher

MCP-Mirror

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is mcp-server-weaviate?

An MCP server for Weaviate, a vector database.

How to use mcp-server-weaviate?

Install uv (required), clone the repository, and configure the server in Claude Desktop's MCP servers configuration file. Set the command to PYTHON_PATH -m src.server with arguments for the Weaviate URL, Weaviate API key, search collection name, store collection name,

Comments

More Databases MCP servers