.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/agentic-box/memora
home/mcp-servers/agentic-box/memora
agentic-box avatar

memora

byagentic-box· 1 MCP server

Installs

36

Stars

432

Forks

52

Category

AI Agents & MCP

View on GitHub

TL;DR

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 restore with merge strategies

How to install memora?

agentic-box/memora
$git clone https://github.com/agentic-box/memora

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install memora by running `git clone https://github.com/agentic-box/memora`, then use it for the current task and follow its documentation at https://github.com/agentic-box/memora.

Files · 1

View on GitHub
README.md
1<h1 align="center"><img src="media/memora_new.gif" width="60" alt="Memora Logo" align="absmiddle"> Memora</h1>
2 
3<p align="center"><sub><sub><i>"You never truly know the value of a moment until it becomes a memory."</i></sub></sub></p>
4 
5<p align="center">
6<b>Give your AI agents persistent memory</b><br>
7An MCP memory layer for agents: structured storage, semantic retrieval, graph relations, and source-backed cross-session context.
8</p>
9 
10<p align="center">
11<a href="https://github.com/agentic-box/memora/releases"><img src="https://img.shields.io/github/v/tag/agentic-box/memora?label=version&color=blue" alt="Version"></a>
12<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-green" alt="License"></a>
13<a href="https://github.com/thedotmack/awesome-claude-code"><img src="https://awesome.re/mentioned-badge.svg" alt="Mentioned in Awesome Claude Code"></a>
14</p>
15 
16<p align="center">
17<img src="media/memora-absorb-digest-flow.gif" alt="Memora absorb and digest flow" width="820">
18</p>
19 
20<p align="center">
21<b>Absorb agent work into durable graph memory, then use <code>memory_digest(topic)</code> to retrieve relevant memories, TODOs/issues, related edges, and source IDs.</b>
22</p>
23 
24<p align="center">
25<b><a href="#features">Features</a></b> · <b><a href="#preview">Preview</a></b> · <b><a href="#install">Install</a></b> · <b><a href="#usage">Usage</a></b> · <b><a href="#configuration">Config</a></b> · <b><a href="#live-graph-server">Live Graph</a></b> · <b><a href="#cloud-graph">Cloud Graph</a></b> · <b><a href="#chat-with-memories">Chat</a></b> · <b><a href="#semantic-search--embeddings">Semantic Search</a></b> · <b><a href="#document-storage">Documents</a></b> · <b><a href="#llm-deduplication">LLM Dedup</a></b> · <b><a href="#memory-linking">Linking</a></b> · <b><a href="#neovim-integration">Neovim</a></b>
26</p>
27 
28## Features
29 
30**Core Storage**
31- 💾 **Persistent Storage** - SQLite with optional cloud sync (S3, R2, D1)
32- 📂 **Hierarchical Organization** - Section/subsection structure with auto-hierarchy assignment
33- 📦 **Export/Import** - Backup and restore with merge strategies
34 
35**Search & Intelligence**
36- 🔍 **Semantic Search** - Vector embeddings (TF-IDF, sentence-transformers, OpenAI)
37- 🎯 **Advanced Queries** - Full-text, date ranges, tag filters (AND/OR/NOT), hybrid search
38- 🔀 **Cross-references** - Auto-linked related memories based on similarity
39- 🤖 **LLM Deduplication** - Find and merge duplicates with AI-powered comparison
40- 🔗 **Memory Linking** - Typed edges, importance boosting, and cluster detection
41 
42**Document Storage**
43- 📄 **Structured Documents** - Store markdown documents as searchable fragment trees (claims, plan items, references, risks)
44- 🔒 **Fragment Integrity** - Guards against accidental delete/merge/absorb of document fragments
45- 🔍 **Granular Search** - Individual claims and findings are semantically searchable while the full document remains retrievable as a unit
46 
47**Tools & Visualization**
48- ⚡ **Memory Automation** - Structured tools for TODOs, issues, and sections
49- 🕸️ **Knowledge Graph** - Interactive visualization with Mermaid rendering and cluster overlays
50- 🌐 **Live Graph Server** - Built-in HTTP server with cloud-hosted option (D1/Pages)
51- 💬 **Chat with Memories** - RAG-powered chat panel with LLM tool calling to search, create, update, and delete memories via streaming chat
52- 📡 **Event Notifications** - Poll-based system for inter-agent communication
53- 📊 **Statistics & Analytics** - Tag usage, trends, and connection insights
54- 🧠 **Memory Insights** - Activity summary, stale detection, consolidation suggestions, and LLM-powered pattern analysis
55- 📜 **Action History** - Track all memory operations (create, update, delete, merge, boost, link) with grouped timeline view
56 
57## Preview
58 
59<p align="center">
60<img src="media/demo.gif" alt="Memora memory graph demo" width="320">
61<img src="media/demo2.gif" alt="Memora memory interaction demo" width="320">
62</p>
63 
64## Install
65 
66```bash
67pip install git+https:

Preview

agentic-box/memoraagentic-box/memora
Repoagentic-box/memora
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCPagent-memoryai-agent

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k