Weaviate vector database integration. Store objects with vectors, perform semantic and hybrid search, and manage schemas.
npx -y mcp-server-weaviate
```json
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": ["-y", "mcp-server-weaviate"],
"env": { "WEAVIATE_URL": "http://localhost:8080" }
}
}
}
```
add_objectssearchcreate_classlist_classesWeaviate vector database integration. Store objects with vectors, perform semantic and hybrid search, and manage schemas.
Language: TypeScript
Category: AI & ML