📡 MCP Radar

Evermemoai/evermemo

A tiny, universal memory engine for humans and AI agents — CLI, HTTP API, MCP server, and shared memory hub in one small Go binary

8 stars
0 forks
Go
momentum ▲ 16.0
created 2026-07-26
on radar since 2026-07-28
star trend 5 → 8 since 2026-07-28
agent-memoryai-agentsgolangllmmcpmemorymodel-context-protocolsqlite
View on GitHub ↗

About evermemo

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.

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/Evermemoai--evermemo.html)

Related MCP servers

bybit-exchange/kaas

Turn scattered notes, docs and transcripts into a queryable Markdown wiki — an LLM knowledge-base compiler with MCP access, no embeddings, self-hosted.

⭐ 82Python
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
Smitner-Studio/facet

Render 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.

⭐ 4Go
hung12ct/culi

Self-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

⭐ 3Go
ozankasikci/global-agent-memory

Local-first, project-aware memory MCP server for Claude Code, Codex, and other AI agents, with Obsidian and an owner dashboard.

⭐ 11Python
rwnalds/engram

Self-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

⭐ 4TypeScript

📬 Get the weekly radar in your inbox

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