Discover and explore top open-source AI tools and projects—updated daily.
agentic-mcp-toolsLightweight MCP server for AI agent persistent memory
Top 90.4% on SourcePulse
Memora provides AI agents with persistent, structured memory, enabling cross-session context and knowledge management. It targets developers building sophisticated AI systems by offering a lightweight MCP server for semantic storage, knowledge graphs, and advanced querying, thereby enhancing agent capabilities and data recall.
How It Works
Memora employs a lightweight MCP server architecture with persistent SQLite storage, optionally syncing to cloud services like S3, R2, or Cloudflare D1. It features hierarchical organization and supports multiple semantic search backends (TF-IDF, sentence-transformers, OpenAI embeddings). Core intelligence includes advanced hybrid search, AI-powered LLM deduplication for merging similar memories, and automatic cross-referencing to build a dynamic knowledge graph. This approach offers robust memory management with flexible deployment and powerful analytical capabilities.
Quick Start & Requirements
pip install git+https://github.com/agentic-mcp-tools/memora.gitpip install "memora[local]" (requires ~2GB disk space for PyTorch models).Highlighted Details
Maintenance & Community
Information regarding maintainers, community channels (e.g., Discord, Slack), or project roadmap is not detailed in the provided README.
Licensing & Compatibility
The specific open-source license for Memora is not stated in the provided README content. This omission requires further investigation for commercial use or integration compatibility.
Limitations & Caveats
Manual rebuilding of embeddings and cross-references is necessary after changing embedding models. Cloud storage and LLM features incur external service costs and require configuration. The maturity level of the project (e.g., alpha, beta, stable) is not explicitly mentioned. License details are absent.
4 days ago
Inactive
agentscope-ai