weaviate
stdioUsed by 1 plugin
Installs rag-architect, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub latestaiagents/agent-skills --plugin rag-pluginDescription
Weaviate vector database with hybrid search
Add to Your Project
Add to your .mcp.json:
{
"mcpServers": {
"weaviate": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-weaviate"
],
"env": {
"WEAVIATE_URL": "${WEAVIATE_URL:-http://localhost:8080}",
"WEAVIATE_API_KEY": "${WEAVIATE_API_KEY}"
}
}
}
}Replace placeholder values for: WEAVIATE_API_KEY
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@anthropic/mcp-weaviate
Environment Variables
WEAVIATE_URL=${WEAVIATE_URL:-http://localhost:8080}WEAVIATE_API_KEY=${WEAVIATE_API_KEY}Required Secrets
WEAVIATE_API_KEY
Capabilities
data