Skip to main content
Knowledge & MemoryPython

agentic-mcp-tools/memora

Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

knowledge-memorycloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/agentic-mcp-tools/memora

Claude Desktop configuration example:

{
  "mcpServers": {
    "memora": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mcp-tools/memora"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
agentic-mcp-tools