Weaviate MCP (sajal2692)
DatabaseFastMCP-based MCP server for Weaviate with semantic, keyword, and hybrid search capabilities.
Quick Install
uvx mcp-weaviate Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"weaviate-mcp-sajal": {
"command": "uvx",
"args": [
"mcp-weaviate"
]
}
}
}