mcp-server-weaviate

weaviate/mcp-server-weaviate
★ 161 stars Go 🧠 Memory/Knowledge Updated 2mo ago
MCP (Model Context Protocol) server for Weaviate
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-weaviate": {
      "command": "go",
      "args": [
        "run",
        "github.com/weaviate/mcp-server-weaviate@latest"
      ]
    }
  }
}