15 hours ago
Long-term memory system for AI agents with semantic search, context management, and multi-format storage. Hierarchical memory architecture (STM → LTM → Deduction), FAISS vector retrieval, SQLite persistence.
服务器配置
{
"mcpServers": {
"mindcore-memory": {
"command": "python",
"args": [
"-m",
"mindcore_memory"
]
}
}
}