Weaviate vector database — manage schemas, import objects, and perform semantic vector searches
WEAVIATE_URLnpx @getmcp/cli add weaviateConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": [
"-y",
"mcp-weaviate"
],
"env": {
"WEAVIATE_URL": "http://localhost:8080"
}
}
}
}