From 5380463941d7fa2b585de3badc20e16cbad2da1f Mon Sep 17 00:00:00 2001 From: Fernando Ferrari Date: Mon, 6 Jul 2026 21:43:23 -0300 Subject: [PATCH] Add memo MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b03c3aeb..0188cdd6d 100644 --- a/README.md +++ b/README.md @@ -2022,6 +2022,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [JamesANZ/memory-mcp](https://github.com/JamesANZ/memory-mcp) 📇 🏠 - An MCP server that stores and retrieves memories from multiple LLMs using MongoDB. Provides tools for saving, retrieving, adding, and clearing conversation memories with timestamps and LLM identification. - [japlete/md-vision-mcp](https://github.com/japlete/md-vision-mcp) [![md-vision-mcp MCP server](https://glama.ai/mcp/servers/japlete/md-vision-mcp/badges/score.svg)](https://glama.ai/mcp/servers/japlete/md-vision-mcp) 📇 🏠 🍎 🪟 🐧 - Read Markdown with inlined images and heading indexes for agentic RAG over local docs or allowed URLs. - [jcdickinson/simplemem](https://github.com/jcdickinson/simplemem) 🏎️ ☁️ 🐧 - A simple memory tool for coding agents using DuckDB and VoyageAI. +- [jagoff/memo](https://github.com/jagoff/memo) [![jagoff/memo MCP server](https://glama.ai/mcp/servers/jagoff/memo/badges/score.svg)](https://glama.ai/mcp/servers/jagoff/memo) 🐍 🏠 🍎 🐧 - Local-first semantic memory server with hybrid search, plain Markdown storage, MLX or CPU embeddings, contradiction detection, time-travel history, synthesis, and cross-machine git sync. - [JinNing6/Noosphere](https://github.com/JinNing6/Noosphere) [![JinNing6/Noosphere MCP server](https://glama.ai/mcp/servers/JinNing6/Noosphere/badges/score.svg)](https://glama.ai/mcp/servers/JinNing6/Noosphere) 🐍 ☁️ - Digital consciousness repository and community MCP server. Upload epiphanies, decisions, warnings, and patterns as consciousness payloads, then retrieve them via semantic telepathic search. Features 3D interactive consciousness globe, soul imprint authentication, and automated content moderation via CI/CD. - [jinzcdev/markmap-mcp-server](https://github.com/jinzcdev/markmap-mcp-server) 📇 🏠 - An MCP server built on [markmap](https://github.com/markmap/markmap) that converts **Markdown** to interactive **mind maps**. Supports multi-format exports (PNG/JPG/SVG), live browser preview, one-click Markdown copy, and dynamic visualization features. - [kael-bit/engram-rs](https://github.com/kael-bit/engram-rs) [![engram-rs MCP server](https://glama.ai/mcp/servers/@kael-bit/engram-rs/badges/score.svg)](https://glama.ai/mcp/servers/@kael-bit/engram-rs) 📇 🏠 🍎 🪟 🐧 - Hierarchical memory engine for AI agents with automatic decay, promotion, semantic dedup, and self-organizing topic tree. Single Rust binary, zero external dependencies.