A tiny, universal memory engine for humans and AI agents — CLI, HTTP API, MCP server, and shared memory hub in one small Go binary
A tiny, universal memory engine for humans and AI agents.
One small Go binary. No external services. It works as a CLI, an HTTP API, and an MCP server, so anything can remember things: your terminal, your scripts, Claude Code, Cursor, or any other agent. Run one as a hub and every agent in your organization shares the same trusted knowledge.
Prebuilt binaries (macOS, Linux, Windows, amd64/arm64): grab one from Releases.
For production hubs, see deploy/ for systemd and Docker Compose examples, and SECURITY.md for the hardening checklist.
Run evermemo with no arguments (or evermemo ui) for a Claude Code-style terminal UI: type anything to remember it, use /search, /list, /get, /delete, /ns to manage memories, /help for everything, /exit to leave.
Method Path Description ------ -------------------- ------------------------------------ GET /health Health check + memory count POST /v1/memories Create: {content, tags?, namespace?, metadata?, ttl?} GET /v1/memories?q=... Search (hybrid ranked); omit q to list GET /v1/memories/{id} Get one PUT /v1/memories/{id} Update: {content?, tags?} DELETE /v1/memories/{id} Delete POST /mcp MCP over HTTP (JSON-RPC), no local binary needed
Set EVERMEMOAPIKEY=secret to require Authorization: Bearer secret on all /v1 routes.
evermemo speaks the Model Context Protocol over stdio, exposing eight tools: addmemory, updatememory, searchmemory, listmemories, getmemory, linkmemory, verifymemory, deletememory.
From the project README.
Add the radar badge to your README — it shows your project was picked up by MCP Radar and links to this page:
[](https://mcp.liqiwa.com/s/Evermemoai--evermemo.html)
Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.
menot-you/n-memoryMemory your agent can trust — every answer carries its source; when it doesn't know, it says so. Hermetic, local, MCP.
Smitner-Studio/facetRender agent-written Markdown as a live local page, and send the human's click back to the agent as typed data. Human-in-the-loop approval gates for coding agents.
hung12ct/culiSelf-improving context & memory for Claude Code and OpenAI Codex. One canonical knowledge store injected only when relevant — hooks push budgeted context, an MCP server serves depth on demand, and it
ozankasikci/global-agent-memoryLocal-first, project-aware memory MCP server for Claude Code, Codex, and other AI agents, with Obsidian and an owner dashboard.
rwnalds/engramSelf-hosted MCP server + dashboard giving Claude Code, Cursor & Hermes agents shared long-term memory over a git-backed markdown vault. Agent-native, Obsidian-compatible second brain — markdown RAG, n
The top new MCP servers of the week, every Monday. No spam, unsubscribe anytime.