.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

…/buildingjoshbetter/truememory
home/mcp-servers/buildingjoshbetter/truememory
buildingjoshbetter avatar

truememory

bybuildingjoshbetter· 1 MCP server

Installs

222

Stars

370

Forks

47

Category

Agent Meta & Communication

View on GitHub

TL;DR

---

How to install truememory?

buildingjoshbetter/truememory
$git clone https://github.com/buildingjoshbetter/truememory

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="assets/charts/hero-banner.png" alt="TrueMemory" width="800">
3</p>
4 
5<p align="center">
6 <a href="https://github.com/buildingjoshbetter/TrueMemory"><img src="https://img.shields.io/github/stars/buildingjoshbetter/TrueMemory?style=social" alt="Stars"></a>
7 <a href="https://pepy.tech/projects/truememory"><img src="https://img.shields.io/badge/dynamic/json?url=https://pepy.tech/api/v2/projects/truememory&query=$.total_downloads&label=installs&color=39FF14&labelColor=white&style=flat" alt="PyPI Installs"></a>
8 &nbsp;–&nbsp;
9 <a href="./i18n/README.zh-CN.md"><img alt="简体中文" src="https://img.shields.io/badge/简体中文-d9d9d9"></a>
10 <a href="./i18n/README.ru.md"><img alt="Русский" src="https://img.shields.io/badge/Русский-d9d9d9"></a>
11 &nbsp;–&nbsp;
12 <a href="https://arxiv.org/abs/2605.04897"><img src="https://img.shields.io/badge/arXiv-2605.04897-b31b1b" alt="arXiv"></a>
13 <a href="https://discord.gg/ZJ74JB2gVW"><img src="https://img.shields.io/badge/Discord-Join%20us-5865F2?logo=discord&logoColor=white" alt="Discord"></a>
14</p>
15 
16<p align="center">
17 <img src="https://img.shields.io/badge/LoCoMo-93.0%25-blueviolet" alt="LoCoMo">
18 <img src="https://img.shields.io/badge/LongMemEval-92.0%25-blue" alt="LongMemEval">
19 <img src="https://img.shields.io/badge/BEAM--1M-76.6%25_(SOTA)-orange" alt="BEAM-1M">
20</p>
21 
22<p align="center">
23 <a href="#the-problem">Why</a> · <a href="#quick-start">Quick Start</a> · <a href="#how-truememory-compares">Compare</a> · <a href="#tiers">Tiers</a> · <a href="#benchmarks">Benchmarks</a> · <a href="#python-api">API</a> · <a href="#docs">Docs</a> · <a href="#faq">FAQ</a> · <a href="https://discord.gg/ZJ74JB2gVW">Discord</a>
24</p>
25 
26<p align="center">
27 <img src="assets/terminal-demo.svg" alt="TrueMemory terminal demo" width="750">
28</p>
29 
30---
31 
32## Why TrueMemory
33 
34**It finds signal in the noise.** Your AI sees thousands of messages. TrueMemory figures out which ones actually matter and throws away the rest. No manual tagging, no prompt engineering. It just knows.
35 
36**It gets sharper over time.** It's not a static database. It's a living memory that grows with you. It resolves contradictions when you change your mind, updates stale facts, and consolidates what it knows. The longer you use it, the better it gets.
37 
38**It works without you thinking about it.** TrueMemory automatically captures memories from your conversations and automatically injects the right ones into your next session. You never have to store or search for anything manually. It just happens.
39 
40**It's 100% local.** One SQLite file on your machine. Your memories never leave your device. No cloud, no API keys needed. Your data is yours. (Anonymous usage telemetry is the only exception — never memory content — and one env var turns it off. [Details](#faq).)
41 
42> **Without TrueMemory:** "What framework are we using?" Asked for the 12th time this week. Your agent starts every session with amnesia. It doesn't know your name, your stack, or anything you told it yesterday.
43>
44> **With TrueMemory:** Your agent already knows you use FastAPI, prefer Pydantic v2, and that your auth middleware lives in `src/auth/`. It remembers your corrections, your preferences, and your decisions. Across every session, forever.
45 
46<p align="center"><a href="https://discord.gg/ZJ74JB2gVW"><strong>Join the Discord</strong></a> to see what others are building with TrueMemory.</p>
47 
48---
49 
50## How TrueMemory Compares
51 
52| System | LoCoMo | LongMemEval | Local-first | Auto-capture | License |
53|--------|--------|-------------|:-----------:|:------------:|---------|
54| **TrueMemory Pro** | **93.0%** | **92.0%** | ✅ | ✅ | AGPL-3.0 |
55| **TrueMemory Base** | **92.0%** | **84.1%** | ✅ | ✅ | AGPL-3.0 |
56| Mem0 | 61.4% | — | Partial | ❌ | Apache-2.0 |
57| Supermemory | 65.4% | — | ❌ | ❌ | Cloud API |
58| MemOS | 75.8% | — | ✅ | ❌ | Apache-2.0 |
59| ReadAgent | 79.5% | — | ❌ | ❌ | Research |
60 
61> All benchmarks independently reproducible. Scripts included in [`benchmarks/`](benchmarks/

Preview

buildingjoshbetter/truememorybuildingjoshbetter/truememory
Repobuildingjoshbetter/truememory
TypeMCP Servers
CategoryAgent Meta & Communication
UpdatedJul 2026
LicenseAGPL-3.0
First seenJul 26, 2026

Tags

MCPagent-memoryai

Related

6 picks
Type
  1. cdeust avatarcortexScientifically-grounded persistent memory for Claude — local-first, hybrid retrieval, 72 references.MCP ServersJul 20262.7k68
  2. samanhappy avatarmcphubA hub server for mcp serversMCP ServersJul 20262.7k2.3k
  3. loonghao avatarwecom-bot-mcp-serverWeCom Bot MCP Server - A Python server for WeCom (WeChat Work) bot following the Model Context Protocol (MCP)MCP ServersJul 20262.5k98
  4. toolprint avatarhypertool-mcpDynamically expose tools from proxied servers based on an Agent PersonaMCP ServersOct 20252.0k155
  5. arindam200 avatarreddit-mcpReddit MCP ServerMCP ServersDec 20252.0k296
  6. raysonmeng avataragent-bridgeBridge between Claude Code and Codex — bidirectional agent communication via MCP Channel + JSON-RPCMCP ServersJul 20261.8k270