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
Installation
npx -y weaviate/mcp-server-weaviateConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub