🧠 CogniVault - Lightweight AI Agent Semantic Memory Engine | 轻量级AI Agent语义记忆引擎 - Zero Dependencies, TF-IDF+BM25 Hybrid Search, Memory Lifecycle, Knowledge Graph, MCP Server
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cognivault": {
"command": "uvx",
"args": [
"cognivault"
]
}
}
}
Run in terminal:
claude mcp add cognivault uvx cognivault
Add to .cursor/mcp.json:
{
"mcpServers": {
"cognivault": {
"command": "uvx",
"args": [
"cognivault"
]
}
}
}
Or install with pip: pip install cognivault