📡 MCP Radar

JoaquimLegal/mnemo

Give your AI agents a git repo as a brain. Local-first persistent memory for OpenCode, Claude Code, Cursor & Codex — MCP server + auto-capture plugin. Auditable, branchable, zero-dep.

3 stars
0 forks
TypeScript
momentum ▲ 6.0
created 2026-08-11
on radar since 2026-08-13
agentai-memorybm25claude-codegitllmlocal-firstmcpmemorymnemoopencodetypescript
View on GitHub ↗Homepage ↗

About mnemo

Give your AI agents a git repo as a brain.

mnemo is persistent, local-first memory for AI agents (OpenCode, Claude Code, Cursor, Codex…). Agents remember by writing Markdown files into a git repo — so you get auditability, branching, snapshots, and rollback for free.

LLM agents are stateless: every session forgets everything. You repeat decisions, preferences, and context over and over — burning tokens and letting the agent re-open settled questions.

- Cross-session onboarding — a new session reads yesterday's memories and starts knowing. - Multi-agent shared reality — the planner writes decisions, the implementer reads them. - Auditability — git log shows exactly what the agent knew, and when. (The requirement the agent community keeps asking for in 2026.) - Token economy — recall the 3 memories that matter instead of re-reading the whole project. - 100% local — memory is a folder on your machine. No cloud, no lock-in.

Every memory is a human-readable Markdown file with metadata, and every mutation is a git commit. Search is classic BM25 plus a recency/importance rank — zero dependencies, ~90% recall@1 on synthetic corpora.

The OpenCode plugin makes memory automatic: at the end of a session it summarizes what was decided/learned and stores it; at the start of the next session it seeds the agent with the recent highlights. You don't maintain memory — it happens.

And drop prompts/AGENTS.md into your project so agents know to call recall before work and remember after decisions.

From the project README.

Maintaining this server?

Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:

[![On MCP Radar](https://mcp.liqiwa.com/badge.svg)](https://mcp.liqiwa.com/s/JoaquimLegal--mnemo.html)

Related MCP servers

menot-you/n-memory

Memory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.

⭐ 5Rust
2672243194/agentbrain

Local-first long-term memory for AI agents - plain Markdown vault + thin MCP server. CJK-aware BM25, token-efficient by design.

⭐ 5Python
LilithGames/a2wave

Turn the agent CLIs you already use into shared services your whole team can call. Natural-language-driven agent orchestration for Claude Code, Cursor Agent, and OpenAI Codex.

⭐ 18TypeScript
tinhien11/remem-mcp

Long-term memory MCP server for AI coding agents. SQLite + FTS5 + vector search, CodeGraph, error learning, compaction survival. Beats Mem0 on benchmarks. No cloud, no API key.

⭐ 3TypeScript
tinhien11/tdai-memory-mcp

Local-first MCP memory server — Memory + CodeGraph + Wiki in one SQLite file. Tree-sitter code indexing, markdown wiki, lifecycle hooks, auto-capture. No API key, no cloud.

⭐ 4JavaScript
0xsline/OpenChatCut

Local-first conversational AI video editor with a professional multi-track timeline, Agent Skills, MCP integration, and Remotion-powered rendering.

⭐ 130TypeScript

📬 Get the weekly radar in your inbox

The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.