.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

…/syncable-dev/memtrace-public
home/mcp-servers/syncable-dev/memtrace-public
syncable-dev avatar

memtrace-public

bysyncable-dev· 1 MCP server

Stars

440

Forks

40

Category

AI Agents & MCP

View on GitHub

TL;DR

---

How to install memtrace-public?

syncable-dev/memtrace-public
$git clone https://github.com/syncable-dev/memtrace-public

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install memtrace-public by running `git clone https://github.com/syncable-dev/memtrace-public`, then use it for the current task and follow its documentation at https://github.com/syncable-dev/memtrace-public.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="docs/memtrace-hero.svg" alt="Memtrace — structural memory for AI coding agents" width="100%"/>
3</p>
4 
5<h1 align="center">Your agents deserve <i>structural memory</i>.</h1>
6 
7<p align="center">
8 <a href="docs/">📖 Docs</a> &nbsp;·&nbsp;
9 <a href="https://github.com/syncable-dev/memtrace-public/stargazers">⭐ Star us</a> &nbsp;·&nbsp;
10 <a href="https://memtrace.io">memtrace.io</a> &nbsp;·&nbsp;
11 <a href="https://www.npmjs.com/package/memtrace">npm</a> &nbsp;·&nbsp;
12 <a href="https://discord.gg/gzedUSNbna">Discord</a>
13</p>
14 
15<p align="center">
16 Memtrace turns your codebase into a live knowledge graph that AI coding agents can query in milliseconds — every function, class, call edge, and version, across every session, without re-reading files or breaking things they can't see.
17</p>
18 
19<p align="center">
20 <b>Get your fleet on shared structural memory in under 90 seconds.</b>
21</p>
22 
23<p align="center">
24 <b>Structural</b> · zero LLM calls &nbsp;·&nbsp; <b>Bi-temporal</b> · time-travel queries &nbsp;·&nbsp; <b>Replay-aware</b> · zero blind refactors
25</p>
26 
27<p align="center">
28 <a href="https://github.com/syncable-dev/memtrace-public/stargazers"><img src="https://img.shields.io/github/stars/syncable-dev/memtrace-public?style=flat-square&color=00d4b8&logo=github&logoColor=white&label=stars&cacheSeconds=300" alt="Stars"/></a>
29 <a href="https://www.npmjs.com/package/memtrace"><img src="https://img.shields.io/npm/v/memtrace?style=flat-square&color=00d4b8&logo=npm&logoColor=white&label=npm&cacheSeconds=300" alt="npm version"/></a>
30 <img src="https://img.shields.io/badge/license-Proprietary%20EULA-E879F9?style=flat-square" alt="License"/>
31 <img src="https://img.shields.io/badge/runtime-Rust-orange?style=flat-square&logo=rust" alt="Rust"/>
32 <img src="https://img.shields.io/badge/MCP-native-00d4b8?style=flat-square" alt="MCP"/>
33 <img src="https://img.shields.io/badge/languages-20%2B-22d3ee?style=flat-square" alt="Languages"/>
34 <a href="https://discord.gg/gzedUSNbna"><img src="https://img.shields.io/badge/Discord-join-5865F2?style=flat-square&logo=discord&logoColor=white" alt="Discord" /></a>
35 <img src="https://img.shields.io/badge/private%20beta-active-f59e0b?style=flat-square" alt="Private Beta"/>
36</p>
37 
38---
39 
40## What it does
41 
42**Three things, every release.**
43 
44🧭 &nbsp; **Run a fleet of coding agents on the same repo without merge hell.**
45Each agent reads the same call graph, sees the same blast radius, inherits the same temporal history. No collisions. No stale context.
46 
47🔁 &nbsp; **Replay any refactor with full causal awareness.**
48Agents see exactly what depends on what, and what changed when. No more *"I refactored a function and 14 tests broke that nobody saw."*
49 
50⚡ &nbsp; **Index a 50k-file repo in under 90 seconds.**
51Rust + Tree-sitter, $0 in API costs, 20+ languages plus framework-aware scanners (Vapor, Lapis, Kong, GitHub Actions, Terraform, RLS policies, …), fully local. Your code never leaves your machine.
52 
53🆕 &nbsp; **LeanCTX Native — compressed reads, smart trees, and a value ledger.**
54Four new compression modes on `get_source_window`, single-call directory maps, real-time token-savings dashboard, and an opt-in adaptive learner that beats the static table by ~14%. Full breakdown: [`docs/leanctx-native.md`](docs/leanctx-native.md). Available in v0.3.57+.
55 
56https://github.com/user-attachments/assets/e7d6a1e9-c912-4e65-a421-bd0256dffa5a
57 
58---
59 
60## Numbers
61 
62| Operation | Memtrace | Best alternative | Δ |
63|---|---|---|---|
64| Index 1,500 files | **1.5s · $0** | Mem0: 31 min · $10–50 | **~1,200× faster** |
65| Exact symbol query (acc@1, lat) | **96.6% · 0.07 ms** | GitNexus: 97.0% · 8.95 ms | 128× lower latency |
66| Graph callers recall (Django) | **81.6%** | GitNexus: 5.3% | **15.4×** |
67| Incremental re-index p95 | **42.5 ms** | CodeGrapher: 613.7 ms | 14.4× |
68| Hybrid acc@1 (Django, 3K cases) | **73.9%** | GitNexus: 38.6% | 1.91× |
69| PR code-review F1 (50 PRs) | **0.7268** | Cubic v2: 0.6077 | **+19.60%** |

Preview

syncable-dev/memtrace-publicsyncable-dev/memtrace-public
Reposyncable-dev/memtrace-public
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

MCPagent-memoryai-agents

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