MCP Directory
Back

memora

by agentic-box · Python · ★ 397

Give your AI agents persistent memory.

#ai-agent#claude#knowledge-graph#llms#mcp#mcp-server#memory#rag#semantic-search#semantic-search-algorithm

Install

pip install git+https://github.com/agentic-box/memora.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "memora": {
      "command": "uvx",
      "args": [
        "git+https://github.com/agentic-box/memora.git"
      ]
    }
  }
}

From the README

Memora "You never truly know the value of a moment until it becomes a memory." Give your AI agents persistent memory A lightweight MCP server for semantic memory storage, knowledge graphs, conversational recall, and cross-session context. Features · Install · Usage · Config · Live Graph · Cloud Graph · Chat · Semantic Search · Documents · LLM Dedup · Linking · Neovim **Core Storage** - 💾 **Persistent Storage** - SQLite with optional cloud sync (S3, R2, D1) - 📂 **Hierarchical Organization** - Section/subsection structure with auto-hierarchy assignment - 📦 **Export/Import** - Backup and r…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers