Cognitive
Freeby MCP Community
Universal MCP server for AI knowledge persistence with Weaviate hybrid search
v2.1.1Added Apr 12, 2026
mcpcognitiveknowledge-baseweaviateai
Cognitive MCP Server
Universal MCP server for AI knowledge persistence with Weaviate hybrid search
Installation
Reviews
Installation
Quick install
npx -y @porast1/mcp-cognitive
Add to claude_desktop_config.json
{
"mcpServers": {
"cognitive": {
"command": "npx",
"args": ["-y", "@porast1/mcp-cognitive"]
}
}
}