databases

Mcp Server Weaviate

An MCP Server to connect to your Weaviate collections as a knowledge base as well as using Weaviate as a chat memory store.

python
typescript
cloud
databases
0
View on GitHub

Installation

npx -y weaviate/mcp-server-weaviate

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-server-weaviate",
  "command": "npx",
  "args": [
    "-y",
    "weaviate/mcp-server-weaviate"
  ]
}

About This MCP Server

weaviate/mcp-server-weaviate

An MCP Server to connect to your Weaviate collections as a knowledge base as well as using Weaviate as a chat memory store.

GitHub: https://github.com/weaviate/mcp-server-weaviate

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub