Weaviate
Freeby AI Labs
Open-source vector database with hybrid search and modules.
v1.0.0Added Feb 10, 2025
weaviatevector-dbhybrid-search
Weaviate MCP Server
Open-source vector database with hybrid search and modules.
Features
- Vector search
- Hybrid search
- Modules
- Classification
- Generative feedback
Installation
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": ["-y", "mcp-weaviate"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-weaviate
Add to claude_desktop_config.json
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": ["-y", "mcp-weaviate"]
}
}
}