AI-native vector database
Open-source vector search engine for AI and machine learning applications.
{
"mcpServers": {
"weaviate": {
"env": {
"WEAVIATE_URL": "https://your-cluster.weaviate.network",
"WEAVIATE_API_KEY": "your_optional_key"
},
"args": [
"-y",
"@weaviate/mcp-server"
],
"command": "npx"
}
}
}WEAVIATE_URLhttps://your-cluster.weaviate.networkWEAVIATE_API_KEYyour_optional_key